Skip to content

@serenity-is/corelib / TextAreaEditorOptions

Interface: TextAreaEditorOptions

Defined in: src/ui/editors/textareaeditor.ts:8

Options for the TextAreaEditor.

Properties

cols?

optional cols: number

Defined in: src/ui/editors/textareaeditor.ts:10

Number of columns; 0 disables the attribute.


rows?

optional rows: number

Defined in: src/ui/editors/textareaeditor.ts:12

Number of rows; 0 disables the attribute.