AdaptablePredefinedTheme

Describes the theme of the Adaptable instance. Adaptable State Valid values are 'light', 'dark' and 'auto'.

TypeScript
type AdaptablePredefinedTheme = 'light' | 'dark' | 'auto';