SiStatusBarItemComponent documentation¶
selector
si-status-bar-itemInput Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| blink ¶ | boolean | false | Whether the item blinks to highlight its status. |
| clickable ¶ | boolean | false | Whether the item has an interactive appearance. |
| color ¶ | string | Custom background color for the item. | |
| heading | TranslatableString | Heading displayed for the status bar item. | |
| status ¶ | ExtendedStatusType | Status that determines the displayed icon and color. | |
| value | (number | TranslatableString) | Value displayed by the status bar item. | |
| valueOnly ¶ | (boolean | undefined) | false | Whether only the value is displayed. |
Output Properties¶
| Name | Type | Description |
|---|---|---|
| significanceChange ¶ | void | Emits when the value changes between an empty and non-empty state. |
Types Documentation¶
| Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
|---|
Except where otherwise noted, content on this site is licensed under MIT License.