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

    Interface GridOptions

    Options accepted by the Blessed grid adapter.

    interface GridOptions {
        box?: BoxElementOptions;
        data: GridData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: GridData

    Track count, gaps, placements, and semantic theme data.

    parent: Node

    Blessed screen or node receiving the Grid container.