Page History
...
| Token | Description |
|---|---|
| displayName | Display name of the component in the structure panel |
| direction | Layout direction of the states (horizontal or vertical) |
| titleField | Field in data source containing the state title |
| subtitleField | Field in data source containing the state subtitle |
| stateIdField | Field in data source serving as unique identifier |
| currentStateField | Field that marks the current active state |
| sortOrderField | Field that defines order of states |
| readonly | Controls whether states are interactive or display-only |
| statusRules | Rules that define visual status of each state |
| informationConfigs | Configures additional information items per state |
| states | Defines static states when not using data source |
| paddingClass | CSS classes for spacing around the component |
| enableStaticData | Toggles static vs. dynamic data mode |
| getElementsDataSourceId | Data source ID for fetching states |
| getEntityCollectionHttpRequestParametersMap | HTTP request parameters for fetching data |
| events | Configurable component events |
| ON_INIT (Events) | Event triggered when component initializes |
| ON_DESTROY (Events) | Event triggered when component is removed |
| visibilityPolicySetId | Policy set controlling component visibility |
| displayConditions | Conditions for showing the component |
| id | Unique identifier for programmatic access |
| dataTestId | Testing hook ID for automated testing |
| enableAsHotspot | Enables component as a guided tour hotspot |
| guidedTourHotSpotTitle | Title of guided tour hotspot |
| guidedTourHotSpotDescription | Description of guided tour hotspot |
...