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

    Interface DisclosurePanelProps

    Immutable semantic metadata for a disclosure panel.

    interface DisclosurePanelProps {
        ariaLabelledby: string;
        hidden: boolean;
        id: string;
        role: "region";
    }
    Index

    Properties

    ariaLabelledby: string

    Trigger that labels the panel.

    hidden: boolean

    Whether the consumer should hide the panel.

    id: string

    Stable panel ID.

    role: "region"

    Region role used by the WAI-ARIA disclosure pattern.