SiCircleStatusComponent documentation¶
selector
si-circle-status
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
ariaLabel ¶ | string | Aria label for icon and status combo. Needed for a11y | |
blink ¶ | boolean | false | Whether the status should appear with a pulsing circle around the badge. |
blinkPulse ¶ | Observable <boolean > | Blink pulse generator for synchronized blinking with other components | |
eventIcon ¶ | string | Custom icon class for event out | |
eventOut ¶ | boolean | false | event direction is out |
icon ¶ | string | Set a domain type icon (e.g. element-door ) for which the status shall be shown. Leave undefined for visualizing the status without an icon. | |
size ¶ | ("small" | "regular" ) | 'regular' | Set the size using either regular or small only works when used together with icon |
status ¶ | EntityStatusType | The status (success, info, warning, danger) to be visualized. | |
color | string | A custom color (e.g. #fefefe ) for exceptional cases.Deprecated: use the semantic status input instead. |
Types Documentation¶
Except where otherwise noted, content on this site is licensed under MIT License.