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

    Interface LookAndFeel

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

    Hierarchy (View Summary)

    Index

    Properties

    bordersAndDividers: { color: string }
    headings: { color: string }
    horizontalHeader?: HorizontalHeaderLookAndFeel
    links: { color: string }
    spaceReference?: unknown