interface LookAndFeelSettings {
    custom: LookAndFeel;
    global: LookAndFeel;
    selected: "custom" | "global";
    theme?: LookAndFeel;
}

Hierarchy

  • Record<string, unknown>
    • LookAndFeelSettings

Properties

custom: LookAndFeel
global: LookAndFeel
selected: "custom" | "global"
theme?: LookAndFeel