Hierarchy

Represents the hierarchy of an OUDS button.

Entries

Link copied to clipboard

A standard button style used for actions which are not mandatory or essential for the user.

Link copied to clipboard

A strong style for a button which should be singular and prominent, limited to one per view. It should be reserved for the most critical action, such as "Next," "Save," "Submit," etc...

Link copied to clipboard

Minimal buttons are commonly used for actions that are considered less crucial. They can be used independently or together with a strong button.

Link copied to clipboard

Negative buttons should be used sparingly to warn of a destructive action, for example, delete or remove, typically resulting in the opening of a confirmation dialog.

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.