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

Properties

backgroundColor: string
primaryNavigation: TopNavigationLookAndFeel
secondaryNavigation?: Models.NavigationLookAndFeel

Generated using TypeDoc v0.25.12