foundation-header.navigation.routebuttons
Home > @genesislcap/foundation-header > Navigation > routeButtons
Navigation.routeButtons property
Warning: This API is now obsolete.
- Use
routeNavItemsinstead.
If present the defined route buttons will be rendered in the header 'routes' slot
Signature:
routeButtons: Array<{
index: number;
path: string;
title: string;
icon: string;
variant: string;
}>;