@serenity-is/corelib / HtmlContentEditorOptions
Interface: HtmlContentEditorOptions
Defined in: src/ui/editors/htmlcontenteditor.tsx:16
Options for the HtmlContentEditor.
Properties
cols?
optionalcols:number
Defined in: src/ui/editors/htmlcontenteditor.tsx:18
Number of columns.
editorProvider?
optionaleditorProvider:HtmlContentEditorProvider
Defined in: src/ui/editors/htmlcontenteditor.tsx:22
The editor provider to use.
rows?
optionalrows:number
Defined in: src/ui/editors/htmlcontenteditor.tsx:20
Number of rows.