foundation-header.navigation.handlenavbuttonclick
Home > @genesislcap/foundation-header > Navigation > handleNavButtonClick
Navigation.handleNavButtonClick() method
Handles the click event for a navigation button
Signature:
handleNavButtonClick(routeNavItem: FoundationRouteNavItem): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
routeNavItem |
FoundationRouteNavItem |
The navigation item that was clicked |
Returns:
void