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 |
|---|---|
Dark | "dark" |
Light | "light" |