ValueComponent
Extends
Extended by
AbstractTextComponent
ColorComponent
DropdownComponent
ProgressBarComponent
SliderComponent
ToggleComponent
Type Parameters
• T
Constructors
new ValueComponent()
new ValueComponent<
T
>():ValueComponent
<T
>
Returns
Inherited from
Properties
disabled
disabled:
boolean
Inherited from
Methods
getValue()
abstract
getValue():T
Returns
T
registerOptionListener()
registerOptionListener(
listeners
,key
):this
Parameters
• listeners: Record
<string
, (value
?) => T
>
• key: string
Returns
this
setDisabled()
setDisabled(
disabled
):this
Parameters
• disabled: boolean
Returns
this
Inherited from
setValue()
abstract
setValue(value
):this
Parameters
• value: T
Returns
this
then()
then(
cb
):this
Facilitates chaining
Parameters
• cb
Returns
this