Skip to main content

inno-status-message

status message exampleShow status message
light backgroundStatus messageStatus messageStatus messageStatus message
dark backgroundStatus messageStatus messageStatus messageStatus message

Overview

Represents a status message entry.

Properties

PropertyAttributeDescriptionTypeDefault
autoCloseauto-closeAutoclose message after the given delay. The message will be closed independently from showProgress property.booleanfalse
autoCloseDelayauto-close-delayAutoclose delay.number3000
iconiconIcon of toaststringundefined
iconColoricon-colorIcon color of toaststringundefined
messageTypemessage-typeType of the status message."error" | "info" | "success" | "warning"'info'
showProgressshow-progressAnimate progressbar and close after animation ends. The message will be closed independently from autoClose property.booleanfalse
themethemeTheme variant of the component."dark" | "light"'light'

Events

EventDescriptionType
closeMessageStatus message is closed.CustomEvent<any>

Dependencies

Used by

  • inno-status-message-container

Depends on

Graph


Built with StencilJS