gespenst API - v0.1.0
    Preparing search index...

    Interface IBufferCellPosition

    A position within a buffer.

    interface IBufferCellPosition {
        x: number;
        y: number;
    }
    Index
    x y
    x: number

    The x position within the buffer (1-based).

    y: number

    The y position within the buffer (1-based).