blessed-components - v1.20.0
    Preparing search index...

    Interface OverlayEntry

    Normalized overlay state stored in the stack.

    interface OverlayEntry {
        dismissOnEscape: boolean;
        id: string;
        modal: boolean;
        restoreFocusId?: string;
    }
    Index

    Properties

    dismissOnEscape: boolean

    Whether Escape may dismiss the top overlay.

    id: string

    Stable overlay identifier.

    modal: boolean

    Whether lower layers are blocked.

    restoreFocusId?: string

    Focus identifier restored after close.