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

    Interface CollectionItem

    Item metadata shared by menus, selectors, tabs, trees, and command palettes.

    interface CollectionItem {
        disabled?: boolean;
        id: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    disabled?: boolean

    Whether keyboard navigation and selection skip the item.

    id: string

    Stable consumer-provided identifier.

    text: string

    Text used for typeahead and search.