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