interface GetLookAndFeelSettings {
    spaceKey?: string;
}

Properties

Properties

spaceKey?: string

The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned.

Generated using TypeDoc v0.25.12