Look and feel selection

interface LookAndFeelSelection {
    lookAndFeelType: string;
    spaceKey: string;
}

Hierarchy (view full)

Properties

lookAndFeelType: string
spaceKey: string

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

Generated using TypeDoc v0.25.12