StatusBadgeColorPresets
@spartanfx/react / index / StatusBadgeColorPresets
Class: StatusBadgeColorPresets
Static color presets that expose reusable constants for known status values.
Use this class when you need to access predefined colors without invoking logic.
Example
const approvedColor = StatusBadgeColorPresets.Approved;
Constructors
Constructor
new StatusBadgeColorPresets(): StatusBadgeColorPresets;
Returns
StatusBadgeColorPresets
Properties
| Property | Type | Description |
|---|---|---|
Approved | IBadgeColor | - |
Cancelled | IBadgeColor | - |
Closed | IBadgeColor | - |
Completed | IBadgeColor | - |
Default | IBadgeColor | - |
Deleted | IBadgeColor | - |
Draft | IBadgeColor | - |
Ongoing | IBadgeColor | - |
OnHold | IBadgeColor | - |
Pending | IBadgeColor | - |
Rejected | IBadgeColor | - |
Removed | IBadgeColor | - |
Submitted | IBadgeColor | - |
UnderReview | IBadgeColor | - |
WaitingForApproval | IBadgeColor | - |