Skip to main content
Version: 1.1.0

StatusBadgeColorPresets

@spartanfx/react v1.1.0


@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

PropertyModifierType
ApprovedreadonlyIBadgeColor
CancelledreadonlyIBadgeColor
ClosedreadonlyIBadgeColor
CompletedreadonlyIBadgeColor
DefaultreadonlyIBadgeColor
DeletedreadonlyIBadgeColor
DraftreadonlyIBadgeColor
OngoingreadonlyIBadgeColor
OnHoldreadonlyIBadgeColor
PendingreadonlyIBadgeColor
RejectedreadonlyIBadgeColor
RemovedreadonlyIBadgeColor
SubmittedreadonlyIBadgeColor
UnderReviewreadonlyIBadgeColor
WaitingForApprovalreadonlyIBadgeColor