BX.UI.StageFlow.Stage
Description and methods
Class model for handling individual stages within [link=11307886]a sequence[/link].
BX.UI.StageFlow.Stage
Method | Description | Available from version |
---|---|---|
constructor(data: {}) | Constructor. Not used directly. It's recommended to use the method create() for creation.
| |
create(data: {}): Stage | Method creates a new stage. Object data has the same structure, as for the constructor.
This method checks availability of some required parameters in | |
render(): Element | Renders stage and returns a DOM element. | |
addBackLight(color) | Adds a backlight with color . | |
removeBackLight() | Removes backlight. |
Getters and setters
getId(): number
getName(): string
setName(name: string): Stage
isSuccess(): boolean
isFail(): boolean
isFinal(): boolean
getColor(): string
setColor(color: string): Stage
© «Bitrix24», 2001-2024