Class for storing and modifying button data.
Optional data: MessageButton | ButtonDataData from which to build ButtonData.
Private _actionPrivate _disablePrivate _styleRepresents an action that should be completed after the button is pressed.
Either a number of a page or a function that determines number of a page.
Represents a condition of disabling button.
Either a number of a page or a function that determines number of a page.
Style of this button.
Protected _setSets an action that should be completed when the button is pressed.
Button data.
Either a number of a page or a function that determines number of a page.
Protected _setSets a condition of disabling button.
Button data.
Either a number of a page or a function that determines number of a page.
Private _setupSetups class from style or ButtonData.
Style or data.
Sets button style.
Button data.
Button style.
Generated using TypeDoc
Class for storing and modifying button data.