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

NameType
Dark"dark"
Light"light"