mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
kendo-ui: add skip() function to DataSource (#27722)
* kendo-ui: DataSource skip() * fix definition, missing semicolon
This commit is contained in:
committed by
Sheetal Nandi
parent
a08595ef00
commit
d81b7ef2d5
1
types/kendo-ui/index.d.ts
vendored
1
types/kendo-ui/index.d.ts
vendored
@@ -1081,6 +1081,7 @@ declare namespace kendo.data {
|
||||
query(options?: any): JQueryPromise<any>;
|
||||
read(data?: any): JQueryPromise<any>;
|
||||
remove(model: kendo.data.ObservableObject): void;
|
||||
skip(): number;
|
||||
sort(sort: DataSourceSortItem): void;
|
||||
sort(sort: DataSourceSortItem[]): void;
|
||||
sort(): DataSourceSortItem[];
|
||||
|
||||
Reference in New Issue
Block a user