AdaptableTheme

Used for creating Custom Themes (deprecated)

TypeScript
export interface AdaptableTheme extends
Extends

AdaptableObject

Properties

PropertyTypeDescription
AgGridClassNamestring
AgThemeModeTypeHint<string, 'light' | 'dark' | 'dark-blue'>
CSSVariablesRecord<string, string>
Descriptionstring
Namestring
Variant'light' | 'dark'
IsReadOnlybooleanSets 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