Skip to content

BaseComponent

Extended by

Constructors

new BaseComponent()

new BaseComponent(): BaseComponent

Returns

BaseComponent

Properties

disabled

disabled: boolean

Methods

setDisabled()

setDisabled(disabled): this

Parameters

disabled: boolean

Returns

this


then()

then(cb): this

Facilitates chaining

Parameters

cb

Returns

this