Skip to content

SiCircleStatusComponent documentation

selector
si-circle-status

Input Properties

NameTypeDefaultDescription
ariaLabel
stringAria label for icon and status combo. Needed for a11y
booleanfalseWhether the status should appear with a pulsing circle around the badge.
blinkPulse
Observable<boolean>Blink pulse generator for synchronized blinking with other components
eventIcon
stringCustom icon class for event out
eventOut
booleanfalseevent direction is out
icon
stringSet 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
EntityStatusTypeThe status (success, info, warning, danger) to be visualized.
color
Deprecated
stringA custom color (e.g. #fefefe ) for exceptional cases.
Deprecated: use the semantic status input instead.

Types Documentation

("success" | "info" | "warning" | "danger" | "caution" | "critical")

Except where otherwise noted, content on this site is licensed under MIT License.