interface UpdateLookAndFeelSettings {
    bordersAndDividers: {
        color: string;
    };
    content: Models.ContentLookAndFeel;
    header: Models.HeaderLookAndFeel;
    headings: {
        color: string;
    };
    horizontalHeader?: HorizontalHeaderLookAndFeel;
    links: {
        color: string;
    };
    menus: Models.MenusLookAndFeel;
    spaceKey?: string;
    spaceReference?: unknown;
}

Hierarchy (view full)

Properties

bordersAndDividers: {
    color: string;
}

Type declaration

  • color: string
headings: {
    color: string;
}

Type declaration

  • color: string
horizontalHeader?: HorizontalHeaderLookAndFeel
links: {
    color: string;
}

Type declaration

  • color: string
spaceKey?: string

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

spaceReference?: unknown

Generated using TypeDoc v0.25.12