feat: add zone tooltip #367
This commit is contained in:
@@ -96,5 +96,9 @@ interface ILang {
|
||||
pageBreak: {
|
||||
displayName: string
|
||||
}
|
||||
zone: {
|
||||
headerTip: string
|
||||
footerTip: string
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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;}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -96,5 +96,9 @@ interface ILang {
|
||||
pageBreak: {
|
||||
displayName: string
|
||||
}
|
||||
zone: {
|
||||
headerTip: string
|
||||
footerTip: string
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -67,6 +67,7 @@ interface IEditorOption {
|
||||
placeholder?: IPlaceholder // 编辑器空白占位文本
|
||||
group?: IGroup // 成组配置。{opacity?:number; backgroundColor?:string; activeOpacity?:number; activeBackgroundColor?:string; disabled?:boolean}
|
||||
pageBreak?: IPageBreak // 分页符配置。{font?:string; fontSize?:number; lineDash?:number[];}
|
||||
zone?: IZoneOption // 编辑器区域配置。{tipDisabled?:boolean;}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user