TextAreaComponent class
Signature:
export class TextAreaComponent extends AbstractTextComponent<HTMLTextAreaElement>
Extends: AbstractTextComponent
<``HTMLTextAreaElement``>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(containerEl) | Constructs a new instance of the TextAreaComponent class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
disabled | boolean | (Inherited from BaseComponent) | |
inputEl | T | (Inherited from AbstractTextComponent) |
Methods
Method | Modifiers | Description |
---|---|---|
getValue() | (Inherited from AbstractTextComponent) | |
onChange(callback) | (Inherited from AbstractTextComponent) | |
onChanged() | (Inherited from AbstractTextComponent) | |
registerOptionListener(listeners, key) | (Inherited from ValueComponent) | |
setDisabled(disabled) | (Inherited from AbstractTextComponent) | |
setPlaceholder(placeholder) | (Inherited from AbstractTextComponent) | |
setValue(value) | (Inherited from AbstractTextComponent) | |
then(cb) | Facilitates chaining (Inherited from BaseComponent) |