ValueComponent class
Signature:
export abstract class ValueComponent<T> extends BaseComponent Extends: BaseComponent
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
disabled | boolean | (Inherited from BaseComponent) |
Methods
| Method | Modifiers | Description |
|---|---|---|
getValue() | abstract | |
registerOptionListener(listeners, key) | ||
setDisabled(disabled) | (Inherited from BaseComponent) | |
setValue(value) | abstract | |
then(cb) | Facilitates chaining (Inherited from BaseComponent) |