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

    Interface HorizontalHeaderLookAndFeel

    interface HorizontalHeaderLookAndFeel {
        backgroundColor: string;
        button?: ButtonLookAndFeel;
        primaryNavigation: TopNavigationLookAndFeel;
        search?: SearchFieldLookAndFeel;
        secondaryNavigation?: NavigationLookAndFeel;
    }
    Index

    Properties

    backgroundColor: string
    primaryNavigation: TopNavigationLookAndFeel
    secondaryNavigation?: NavigationLookAndFeel