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

    Interface OverlayOptions

    Options accepted by the Blessed overlay adapter.

    interface OverlayOptions {
        box?: BoxElementOptions;
        data: OverlayData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Full-screen layer position, style, and standard Blessed settings.

    Identity, state, dismissal, stacking, and theme configuration.

    parent: Node

    Blessed screen or node receiving the Overlay layer.