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

    Interface OverlayCloseResult

    Result returned when an overlay closes.

    interface OverlayCloseResult {
        overlay: OverlayEntry;
        restoreFocusId?: string;
    }
    Index

    Properties

    overlay: OverlayEntry

    Removed overlay entry.

    restoreFocusId?: string

    Focus identifier the adapter should restore.