SystemThemeOptions
Pairing options between AG Grid and AdapTable themes
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| AgThemeMode | TypeHint<string, 'light' | 'dark' | 'dark-blue'> | AG Grid theme mode to apply when this theme is selected; valid values are light, dark, dark-blue or any custom theme mode defined in AG Grid |
| Name | SystemThemeName | Shipped theme this entry configures: light, dark, or os |
Property Details
AgGridClassName
Ag Grid theme to apply when loading theme; relevant only when using legacy AG Grid themes
TypeScript
AgGridClassName?: string;Deprecated
no longer used with new AG Grid Theming API
Property Value
string
AgThemeMode
AG Grid theme mode to apply when this theme is selected; valid values are light, dark, dark-blue or any custom theme mode defined in AG Grid
TypeScript
AgThemeMode?: TypeHint<string, 'light' | 'dark' | 'dark-blue'>;Property Value
TypeHint<string, 'light' | 'dark' | 'dark-blue'>
Name
Shipped theme this entry configures: light, dark, or os
TypeScript
Name: SystemThemeName;