ProgressBarComponent

ProgressBarComponent class

Signature:

export class ProgressBarComponent extends ValueComponent<number> 

Extends: ValueComponent<number>

Constructors

ConstructorModifiersDescription
(constructor)(containerEl)Constructs a new instance of the ProgressBarComponent class

Properties

PropertyModifiersTypeDescription
disabledboolean

(Inherited from BaseComponent)

Methods

MethodModifiersDescription
getValue()
registerOptionListener(listeners, key)

(Inherited from ValueComponent)

setDisabled(disabled)

(Inherited from BaseComponent)

setValue(value)
then(cb)

Facilitates chaining

(Inherited from BaseComponent)