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

    Interface EmptyStateOptions

    Options accepted by the Blessed emptyState adapter.

    interface EmptyStateOptions {
        box?: BoxElementOptions;
        data: EmptyStateData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    Empty-state content, layout, and theme data.

    parent: Node

    Blessed screen or node receiving the EmptyState.