Defines a ToastAction action component.

This component helps displaying some informations.
A Toast is a subtle notification commonly used in modern applications. It can be used to provide feedback about an operation or to display a system message. The toast appears on top of the applications content, and can be dismissed to resume user interaction with the application.
For more information : Toast.

Name Description
Close button text Text to display in the close button.
Css class Additional classes for custom styles, separated by spaces.
Dismiss on page change Whether to dismiss the toast when navigating to a new page.
Duration Defines the toast’s duration in milliseconds.
Message Defines the toast’s message.
Position Defines the toast’s position.
Show close button Whether or not to show a button to close the toast.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Is active Defines whether the component is active.