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