mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Port LinkingState.js to TypeScript
Summary: Converted LinkingState from constructor function to class. Test Plan: no Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2997
This commit is contained in:
2
app/client/declarations.d.ts
vendored
2
app/client/declarations.d.ts
vendored
@@ -308,7 +308,7 @@ declare module "app/client/models/DataTableModel" {
|
||||
constructor(docModel: DocModel, tableData: TableData, tableMetaRow: TableRec);
|
||||
public createLazyRowsModel(sortedRowSet: SortedRowSet, optRowModelClass: any):
|
||||
DataTableModel.LazyArrayModel<BaseRowModel>;
|
||||
public createFloatingRowModel(optRowModelClass: any): BaseRowModel;
|
||||
public createFloatingRowModel(optRowModelClass?: any): BaseRowModel;
|
||||
}
|
||||
export = DataTableModel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user