Type alias MegaMenuDisplayEventDetails

MegaMenuDisplayEventDetails: {
    button: HTMLButtonElement;
    id: string;
    label: string;
}

The details for a mega menu expand and collapse event.

Type declaration

  • button: HTMLButtonElement

    The button of the element.

  • id: string

    The id of the navigation item.

  • label: string

    The label of the navigation item.

Generated using TypeDoc