API Reference
Enum
TablerOperationalWorkspacePalette
Accent palettes shared by an operational workspace shell, operational lists, and dashboard components hosted inside it.
Inheritance
- Enum
- TablerOperationalWorkspacePalette
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field TablerOperationalWorkspacePalette.Amber
- Field TablerOperationalWorkspacePalette.Azure
- Field TablerOperationalWorkspacePalette.Default
- Field TablerOperationalWorkspacePalette.Emerald
- Field TablerOperationalWorkspacePalette.Indigo
- Field TablerOperationalWorkspacePalette.Neutral
- Field TablerOperationalWorkspacePalette.Rose
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerOperationalWorkspacePalette Neutral #Neutral slate accent for general operations and internal tools.
Value:
1public const TablerOperationalWorkspacePalette Emerald #Green accent for health, delivery, and completion-heavy workflows.
Value:
2public const TablerOperationalWorkspacePalette Azure #Blue accent for infrastructure, resources, and analytical workspaces.
Value:
3public const TablerOperationalWorkspacePalette Indigo #Indigo accent for identity, approvals, and review workflows.
Value:
4public const TablerOperationalWorkspacePalette Amber #Amber accent for risk, waiting, and review-oriented queues.
Value:
5public const TablerOperationalWorkspacePalette Rose #Rose accent for incidents, failed states, and escalation-focused views.
Value:
6