feat: add zone tooltip #367
This commit is contained in:
@@ -67,6 +67,7 @@ interface IEditorOption {
|
||||
placeholder?: IPlaceholder // Placeholder text
|
||||
group?: IGroup // Group option. {opacity?:number; backgroundColor?:string; activeOpacity?:number; activeBackgroundColor?:string; disabled?:boolean}
|
||||
pageBreak?: IPageBreak // PageBreak option。{font?:string; fontSize?:number; lineDash?:number[];}
|
||||
zone?: IZoneOption // Zone option。{tipDisabled?:boolean;}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user