Skip to main content

StatusBadgeColorPresets

@spartanfx/react v1.2.2


@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

PropertyTypeDescription
ApprovedIBadgeColor-
CancelledIBadgeColor-
ClosedIBadgeColor-
CompletedIBadgeColor-
DefaultIBadgeColor-
DeletedIBadgeColor-
DraftIBadgeColor-
OngoingIBadgeColor-
OnHoldIBadgeColor-
PendingIBadgeColor-
RejectedIBadgeColor-
RemovedIBadgeColor-
SubmittedIBadgeColor-
UnderReviewIBadgeColor-
WaitingForApprovalIBadgeColor-