feat: add separator option #530

This commit is contained in:
Hufe921
2024-05-03 22:54:24 +08:00
parent 15f52c5e43
commit 7416a88151
8 changed files with 38 additions and 12 deletions
+1
View File
@@ -71,6 +71,7 @@ interface IEditorOption {
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;}
separator?: ISeparatorOption // Separator option. {lineWidth?:number; strokeStyle?:string;}
}
```