ProgressBarComponent class
Signature:
export class ProgressBarComponent extends ValueComponent<number> Extends: ValueComponent<number>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
(constructor)(containerEl) | Constructs a new instance of the ProgressBarComponent class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
disabled | boolean | (Inherited from BaseComponent) |
Methods
| Method | Modifiers | Description |
|---|---|---|
getValue() | ||
registerOptionListener(listeners, key) | (Inherited from ValueComponent) | |
setDisabled(disabled) | (Inherited from BaseComponent) | |
setValue(value) | ||
then(cb) | Facilitates chaining (Inherited from BaseComponent) |