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

    Interface OverlayElements

    DOM elements bound to an overlay controller.

    interface OverlayElements {
        anchor?: Element | VirtualAnchor;
        backdrop?: HTMLElement;
        branches?: readonly Element[];
        content: HTMLElement;
        trigger?: HTMLElement;
    }
    Index

    Properties

    anchor?: Element | VirtualAnchor

    Optional positioned anchor; defaults to trigger.

    backdrop?: HTMLElement

    Optional backdrop treated as an outside-interaction target.

    branches?: readonly Element[]

    Descendant overlay branches that remain inside this overlay.

    content: HTMLElement

    Floating dialog, popover, or menu element.

    trigger?: HTMLElement

    Optional trigger or focus restoration target.