Variable.ApplicationThemeMode
const ApplicationThemeMode: {
Dark: "dark";
Light: "light";
};
Enumerates the supported UI presentation modes for hosted applications. Typedoc consumers rely on this union to toggle light/dark specific assets.
Type Declaration
| Name | Type | Default value |
|---|---|---|
Dark | "dark" | 'dark' |
Light | "light" | 'light' |