SiStatusBarComponent documentation¶
selector
si-status-bar
The status bar is the main component within an application to inform users at all times about important status information.
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
allOkText ¶ | TranslatableString | $localize`:@@SI_STATUS_BAR.ALL_OK:All OK` | Text/translation key for "All OK" status in mobile |
blink ¶ | boolean | false | When true, items with a value have a blinking background |
blinkPulse ¶ | Observable <boolean > | blink pulse generator for synchronized blinking with other components | |
collapseButtonText ¶ | TranslatableString | $localize`:@@SI_STATUS_BAR.COLLAPSE:Collapse` | Text for the navbar collapse button. Required for a11y |
compact ¶ | boolean | false | compact mode |
expandButtonText ¶ | TranslatableString | $localize`:@@SI_STATUS_BAR.EXPAND:Expand` | Text for the navbar expand button. Required for a11y |
items | StatusBarItem [] | Array of status bar items. | |
muteButton ¶ | boolean | State of the mute button. Set to undefined for no button. | |
muteButtonText ¶ | TranslatableString | $localize`:@@SI_STATUS_BAR.MUTE:Mute/unmute` | Text/translation key on mute button for screen reader |
Output Properties¶
Name | Type | Description |
---|---|---|
muteToggle ¶ | void | Emitted when the mute toggle button is clicked |
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. |
---|
|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.