Home > @tridion-sites/extensions > NavigationItemHookResult
Signature:
export interface NavigationItemHookResult
Property | Modifiers | Type | Description |
---|---|---|---|
isAvailable | boolean | Indicates the visibility of the item in the navigation menu and determines whether its corresponding page is available. | |
label | string | Label associated with the navigation item. | |
renderLabel? | ComponentType<NavigationItemRenderLabel> | (Optional) A component used for custom rendering of NavigationItemHookResult.label. | |
tooltip? | string | (Optional) Tooltip displayed when hovering over the navigation item. |