@serenity-is/corelib / TextAreaEditorOptions
Interface: TextAreaEditorOptions
Defined in: src/ui/editors/textareaeditor.ts:8
Options for the TextAreaEditor.
Properties
cols?
optionalcols:number
Defined in: src/ui/editors/textareaeditor.ts:10
Number of columns; 0 disables the attribute.
rows?
optionalrows:number
Defined in: src/ui/editors/textareaeditor.ts:12
Number of rows; 0 disables the attribute.