<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`ValueComponent`](ValueComponent) ## ValueComponent class 0.9.7 **Signature:** ```typescript export abstract class ValueComponent<T> extends BaseComponent ``` **Extends:** [`BaseComponent`](BaseComponent) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`disabled`](BaseComponent/disabled) | | <code>boolean</code> | <p> 0.10.3</p><p>(Inherited from [BaseComponent](BaseComponent)<!-- -->)</p> | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [`getValue()`](ValueComponent/getValue) | <code>abstract</code> | 0.9.7 | | [`registerOptionListener(listeners, key)`](ValueComponent/registerOptionListener) | | 0.9.7 | | [`setDisabled(disabled)`](BaseComponent/setDisabled) | | <p> 1.2.3</p><p>(Inherited from [BaseComponent](BaseComponent)<!-- -->)</p> | | [`setValue(value)`](ValueComponent/setValue) | <code>abstract</code> | 0.9.7 | | [`then(cb)`](BaseComponent/then) | | <p>Facilitates chaining</p><p> 0.9.7</p><p>(Inherited from [BaseComponent](BaseComponent)<!-- -->)</p> |