Page History
...
| Token | Description |
|---|---|
| displayName | Display name shown in the structure panel. |
| contextJsonSchema | Defines schema for context data used with the button. |
| textTranslations | Sets the button text with multi-language support. |
| size | Determines button size: medium, large, or extra_large. |
| type | Specifies visual style: primary, secondary, or ghost. |
| showTooltip | Controls whether tooltip is displayed on hover. |
| tooltipTextTranslations | Tooltip text with multi-language support. |
| iconRight | Icon displayed on the right side of button text. |
| iconLeft | Icon displayed on the left side of button text. |
| tooltipPlacement | Position of tooltip: top, bottom, left, right. |
| tooltipDelay | Delay in ms before tooltip appears. |
| widthAuto | Adjusts width automatically to content if true. |
| heightAuto | Adjusts height automatically to content if true. |
| paddingClass | Configures spacing around button via CSS classes. |
| events | Configures component events. |
| ON_BUTTON_CLICK (Events) | Event triggered when button is clicked. |
| ON_GLOBAL_PARAMETERS_CHANGE (Events) | Event triggered when global parameters affecting the button change. |
| ON_INIT (Events) | Event triggered when the button is initialized. |
| ON_DESTROY (Events) | Event triggered when the button is removed from DOM. |
| authorizationDisable | Defines policy set for enabling or disabling button. |
| visibilityPolicySetId | Defines policy set for button visibility. |
| displayConditions | Rules for showing or hiding button. |
| id | Unique identifier for programmatic access. |
| dataTestId | Testing hook ID for automated tests. |
| enableAsHotspot | Enables button as hotspot for guided tours. |
| guidedTourHotSpotTitle | Title for guided tour hotspot, with translations. |
| guidedTourHotSpotDescription | Description for guided tour hotspot, with translations. |
...