Skip to content

@serenity-is/corelib / HtmlContentEditorOptions

Interface: HtmlContentEditorOptions

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

Options for the HtmlContentEditor.

Properties

cols?

optional cols: number

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

Number of columns.


editorProvider?

optional editorProvider: HtmlContentEditorProvider

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

The editor provider to use.


rows?

optional rows: number

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

Number of rows.