Skip to main content

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

NameTypeDefault value
Dark"dark"'dark'
Light"light"'light'