Skip to content

SiActivityMessageComponent documentation

selector
si-activity-message

Collapsible activity message for displaying progress and intermediate steps in a chat.

Input Properties

NameTypeDefaultDescription
expanded
booleanfalseWhether the activity details are expanded.
heading
Required
TranslatableStringActivity heading.
icon
stringActivity icon.
state
("failed" | "running")Current state of the activity.

Output Properties

NameTypeDescription
expandedChange
booleanWhether the activity details are expanded.

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.