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

    Interface ClusterOptions

    Options accepted by the Blessed cluster adapter.

    interface ClusterOptions {
        box?: BoxElementOptions;
        data?: ClusterData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, border, padding, and standard Blessed settings.

    Wrapping gaps, row alignment, and semantic theme data.

    parent: Node

    Blessed screen or node receiving the Cluster container.