AdaptableTheme
Used for creating Custom Themes (deprecated)
TypeScript
export interface AdaptableTheme extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| AgGridClassName | string | |
| AgThemeMode | TypeHint<string, 'light' | 'dark' | 'dark-blue'> | |
| CSSVariables | Record<string, string> | |
| Description | string | |
| Name | string | |
| Variant | 'light' | 'dark' | |
| IsReadOnly | boolean | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
AgGridClassName
TypeScript
AgGridClassName?: string;Property Value
string
AgThemeMode
TypeScript
AgThemeMode?: TypeHint<string, 'light' | 'dark' | 'dark-blue'>;Property Value
TypeHint<string, 'light' | 'dark' | 'dark-blue'>
CSSVariables
TypeScript
CSSVariables?: Record<string, string>;Property Value
Record<string, string>
Description
TypeScript
Description: string;Property Value
string
Name
TypeScript
Name: string;Property Value
string
Variant
TypeScript
Variant?: 'light' | 'dark';Property Value
'light' | 'dark'
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean