RevGrid - v0.9.3
    Preparing search index...

    Interface RevViewLayoutRow<BCS, SF>

    interface RevViewLayoutRow<
        BCS extends RevBehavioredColumnSettings,
        SF extends RevSchemaField,
    > {
        bottomPlus1: number;
        height: number;
        index: number;
        subgrid: RevSubgrid<BCS, SF>;
        subgridRowIndex: number;
        top: number;
    }

    Type Parameters

    Index

    Properties

    bottomPlus1: number

    Pixel coordinate of the bottom edge of this row, rounded to nearest integer.

    height: number

    Height of this row in pixels, rounded to nearest integer.

    index: number

    A back reference to the element's array index in #rows.

    subgrid: RevSubgrid<BCS, SF>

    The subgrid to which the row belongs.

    subgridRowIndex: number

    Local vertical row coordinate within the subgrid to which the row belongs.

    top: number

    Pixel coordinate of the top edge of this row, rounded to nearest integer.