Page History
...
| Token | Description |
|---|---|
| displayName | Display name of the component in the structure panel |
| displayExpression | Field from data shown as text in tree nodes |
| keyExpression | Field used as unique identifier for each node |
| childrenExpression | Field containing child items for each node |
| selectionMode | Determines how users can select nodes |
| showCheckBoxesMode | Controls how checkboxes are displayed |
| selectNodesRecursive | Selects child nodes when parent is selected |
| selectByClick | Enables or disables selection on click |
| paddingClass | Configures padding around the component |
| dataSourceId | ID of the data source for retrieving tree data |
| getEntityCollectionHttpRequestParametersMap | Configures HTTP parameters for fetching data |
| events | Configurable events for the component |
| ON_TREE_ITEM_CLICK (Events) | Triggered when a node is clicked |
| ON_INIT (Events) | Triggered when the component initializes |
| ON_DESTROY (Events) | Triggered when the component is destroyed |
| visibilityPolicySetId | Determines visibility based on policy sets |
| displayConditions | Conditions for dynamically showing the component |
| id | Unique identifier for programmatic access |
| dataTestId | Testing hook ID for automated tests |
| enableAsHotspot | Enables the component as a guided tour hotspot |
| guidedTourHotSpotTitle | Title for guided tour hotspot (multi-language) |
| guidedTourHotSpotDescription | Description for guided tour hotspot (multi-language) |
...