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

    Interface ClusterItemLayout

    Positioned rectangle returned for one Cluster item.

    interface ClusterItemLayout {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    Allocated height in terminal rows.

    width: number

    Allocated width in terminal cells.

    x: number

    Horizontal position in terminal cells.

    y: number

    Vertical position in terminal rows.