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

    Interface DisclosureTriggerProps

    Immutable semantic metadata for a disclosure trigger.

    interface DisclosureTriggerProps {
        ariaControls: string;
        ariaExpanded: boolean;
        disabled: boolean;
        id: string;
    }
    Index

    Properties

    ariaControls: string

    ID of the controlled panel.

    ariaExpanded: boolean

    Current expansion state.

    disabled: boolean

    Whether user interaction is disabled.

    id: string

    Stable trigger ID.