feat: draw line break marker #520

This commit is contained in:
Hufe921
2024-04-21 20:10:30 +08:00
parent 9144d05adf
commit 4c2b8fc20a
11 changed files with 126 additions and 12 deletions
+1
View File
@@ -69,6 +69,7 @@ interface IEditorOption {
pageBreak?: IPageBreak // PageBreak option。{font?:string; fontSize?:number; lineDash?:number[];}
zone?: IZoneOption // Zone option。{tipDisabled?:boolean;}
background?: IBackgroundOption // Background option. {color?:string; image?:string; size?:BackgroundSize; repeat?:BackgroundRepeat;}。default: {color: '#FFFFFF'}
lineBreak?: ILineBreakOption // LineBreak option. {disabled?:boolean; color?:string; lineWidth?:number;}
}
```