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

Hierarchy

  • Record<string, unknown>
    • HorizontalHeaderLookAndFeel

Properties

backgroundColor: string
button?: null | ButtonLookAndFeel
primaryNavigation: TopNavigationLookAndFeel
search?: null | SearchFieldLookAndFeel
secondaryNavigation?: null | NavigationLookAndFeel