vdl-action-message
Show an application Toast Message with the specified level. The value passed into this action will return unchanged.
Required parent element
Must be contained within one of the following elements:
Example
<vdl-action-message text="This is an information message."></vdl-action-message>
Attributes
level | Set the message level. Value can be one of: info, error | ||
---|---|---|---|
text | The text to display in the Toast Message. Defaults to showing the current value in the actions chain. | accepts expression |