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

    Interface AccordionItem

    Dynamic accordion item registration.

    interface AccordionItem {
        disabled?: boolean;
        id: string;
        panelId?: string;
        text: string;
        triggerId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    disabled?: boolean

    Whether keyboard navigation and selection skip the item.

    id: string

    Stable consumer-provided identifier.

    panelId?: string

    Optional consumer-provided panel ID.

    text: string

    Text used for typeahead and search.

    triggerId?: string

    Optional consumer-provided trigger ID.