Home > @tridion-sites/extensions > NavigationItemExtensionConfiguration
Signature:
export interface NavigationItemExtensionConfiguration
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | string | A unique identifier for the navigation item. | |
| routeComponent | ComponentType | The component to be rendered when the path in the browser address bar matches the specified NavigationItemExtensionConfiguration.routePath. | |
| routePath | string | The route path associated with the navigation item. | |
| useNavigationItem | NavigationItemHook | Hook that contains behavior of the navigation item. |