@tamb/gamegrid
    Preparing search index...

    Interface IRow

    Describes a rendered row plus associated ICell metadata.

    interface IRow {
        cells: ICell[];
        current?: HTMLDivElement | null;
        index: number;
    }

    Hierarchy

    • IRef
      • IRow
    Index

    Properties

    Properties

    cells: ICell[]
    current?: HTMLDivElement | null
    index: number