InlineMessageVariant

Pre-defined Inline message variants. There are 4 variants available: Informative, Positive, Cautionary and Negative. Each variant has a different semantic meaning.

Entries

Link copied to clipboard

Informative inline messages are used to convey general or neutral information. Icon can be change or remove using this variant.

Link copied to clipboard

Positive inline messages are used to communicate completion or confirmation.

Link copied to clipboard

Cautionary inline messages are used to warn or alert users about special situations.

Link copied to clipboard

Negative inline messages are used to alert users of a failed or incorrect action or process.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.