Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface UpdateLookAndFeelSettings

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

    Hierarchy (View Summary)

    Index

    Properties

    bordersAndDividers: { color: string }
    headings: { color: string }
    horizontalHeader?: HorizontalHeaderLookAndFeel
    links: { 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