feat: add page break option

This commit is contained in:
Hufe921
2023-08-31 21:44:45 +08:00
parent 3c10be26fb
commit ec627dc407
11 changed files with 47 additions and 10 deletions
+1
View File
@@ -62,6 +62,7 @@ interface IEditorOption {
title?: ITitleOption // Title configuration.{ defaultFirstSize?: number; defaultSecondSize?: number; defaultThirdSize?: number defaultFourthSize?: number; defaultFifthSize?: number; defaultSixthSize?: number;}
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[];}
}
```