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

    Interface SearchMatchSegment

    Cells covered by a match on one physical terminal row.

    interface SearchMatchSegment {
        column: number;
        length: number;
        row: number;
    }

    Hierarchy (View Summary)

    Index
    column: number

    Zero-based terminal cell column.

    length: number

    Number of terminal cells covered on this row.

    row: number

    Zero-based row measured from the oldest retained row.