Type alias PrimaryNavClickEventDetails

PrimaryNavClickEventDetails: {
    href: string;
    label: string;
    link: HTMLAnchorElement;
}

The details for a primary nav click event.

Type declaration

  • href: string

    The href of the navigation item.

  • label: string

    The label of the navigation item.

  • link: HTMLAnchorElement

    The navigation link.

Generated using TypeDoc