Look and feel selection

interface LookAndFeelSelection {
    lookAndFeelType: "custom" | "global" | "theme";
    spaceKey: string;
}

Hierarchy

  • Record<string, unknown>
    • LookAndFeelSelection

Properties

lookAndFeelType: "custom" | "global" | "theme"
spaceKey: string

The key of the space for which the look and feel settings will be set.