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

    Interface LoadingOverlayOptions

    Options accepted by the Blessed loadingOverlay adapter.

    interface LoadingOverlayOptions {
        box?: BoxElementOptions;
        data: LoadingOverlayData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Visibility, animation, content, and theme data.

    parent: Node

    Blessed screen or node receiving the LoadingOverlay.