Page History
...
| Token | Description |
|---|---|
| displayName | Display name of the component in the structure panel |
| name | Specifies which pictogram to display from a predefined set |
| size | Sets the size of the pictogram (xs, sm, md, lg, xl) |
| widthAuto | Controls automatic width adjustment of the pictogram container |
| rules | Defines conditional display rules based on context data |
| paddingClass | Configures spacing around the pictogram using CSS classes |
| events | Configurable component events |
| ON_INIT (Events) | Event triggered when the component is initialized |
| ON_DESTROY (Events) | Event triggered when the component is removed from the DOM |
| visibilityPolicySetId | Determines component visibility based on policy sets |
| displayConditions | Defines conditions for showing or hiding the component |
| id | Unique identifier for programmatic access |
| dataTestId | Identifier for automated testing |
| enableAsHotspot | Enables component as a guided tour hotspot |
| guidedTourHotSpotTitle | Sets translated title for guided tour hotspot |
| guidedTourHotSpotDescription | Sets translated description for guided tour hotspot |
...