CellLocation is an interface that describes focus position inside the grid.

Definition

interface CellLocation {
    readonly rowId: Id;
    readonly columnId: Id;
    readonly color?: string;
}

Properties

Property nameTypeProperty description
rowIdIdRow of cell to focus
columnIdIdColumn of focused cell
color?stringName of CSS class