Skip to content

@serenity-is/corelib / HtmlContentEditorOptions

Interface: HtmlContentEditorOptions

Defined in: src/ui/editors/htmlcontenteditor.tsx:16

Options for the HtmlContentEditor.

Properties

cols?

optional cols: number

Defined in: src/ui/editors/htmlcontenteditor.tsx:18

Number of columns.


editorProvider?

optional editorProvider: HtmlContentEditorProvider

Defined in: src/ui/editors/htmlcontenteditor.tsx:22

The editor provider to use.


rows?

optional rows: number

Defined in: src/ui/editors/htmlcontenteditor.tsx:20

Number of rows.