SiStatusToggleComponent documentation¶
selector
si-status-toggle
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
disabled ¶ | boolean | false | Disabled state for the whole component. |
items | StatusToggleItem [] | List of status items. | |
value ¶ | (string | number ) | Value of currently selected status item. |
Output Properties¶
Name | Type | Description |
---|---|---|
itemClick ¶ | (string | number ) | Emitted when an item is clicked. |
valueChange ¶ | (string | number ) | Value of currently selected status item. |
Types Documentation¶
An item for si-status-toggle. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
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.