Interface EditorStateAndCoords<CT, DT>

interface EditorStateAndCoords<CT, DT> {
    coords: CellCoords;
    editState: EditState<CT, DT>;
    sheetModel: ISheetModel;
}

Type Parameters

  • CT
  • DT

Properties

coords: CellCoords
editState: EditState<CT, DT>
sheetModel: ISheetModel