UI Headless Runtime API - v1.0.0
    Preparing search index...

    Interface NavigationMenuItem

    Navigation item registration supporting simple links and mega-menu content.

    interface NavigationMenuItem {
        disabled?: boolean;
        hasContent?: boolean;
        id: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    disabled?: boolean

    Whether keyboard navigation and selection skip the item.

    hasContent?: boolean

    Whether the item controls nested or mega-menu content.

    id: string

    Stable consumer-provided identifier.

    text: string

    Text used for typeahead and search.