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

    Interface ClusterHandle

    Imperative handle returned by cluster.

    interface ClusterHandle {
        layout(): void;
        element: BoxElement;
        destroy(): void;
        setData(data: ClusterData): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    element: BoxElement

    Underlying Blessed element available for standard element operations.

    Methods