STATUS_TYPES
ts
const readonly STATUS_TYPES: object;Defined in: types/toast/toast.types.ts:10
Predefined status types for use throughout the application. These values can be used to indicate the current state of an operation, component, or process.
Type Declaration
ERROR
ts
readonly ERROR: "ERROR" = "ERROR";NEUTRAL
ts
readonly NEUTRAL: "NEUTRAL" = "NEUTRAL";SUCCESS
ts
readonly SUCCESS: "SUCCESS" = "SUCCESS";Since
1.2.1
Author
Simon Kovtyk