StatusBadgeColorPresets
3p-core / 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 | Modifier | Type |
---|---|---|
Approved | readonly | IBadgeColor |
Cancelled | readonly | IBadgeColor |
Closed | readonly | IBadgeColor |
Completed | readonly | IBadgeColor |
Default | readonly | IBadgeColor |
Deleted | readonly | IBadgeColor |
Draft | readonly | IBadgeColor |
Ongoing | readonly | IBadgeColor |
OnHold | readonly | IBadgeColor |
Pending | readonly | IBadgeColor |
Rejected | readonly | IBadgeColor |
Removed | readonly | IBadgeColor |
Submitted | readonly | IBadgeColor |
UnderReview | readonly | IBadgeColor |
WaitingForApproval | readonly | IBadgeColor |