mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
Merge pull request #8463 from mmckenziedev/master
GridOptions does not contain the correct definition of the toolbar property
This commit is contained in:
2
kendo-ui/kendo-ui.d.ts
vendored
2
kendo-ui/kendo-ui.d.ts
vendored
@@ -4461,7 +4461,7 @@ declare namespace kendo.ui {
|
||||
scrollable?: GridScrollable;
|
||||
selectable?: boolean|string;
|
||||
sortable?: GridSortable;
|
||||
toolbar?: GridToolbarItem[];
|
||||
toolbar?: string | ((...args:any[]) => string) | GridToolbarItem[];
|
||||
cancel?(e: GridCancelEvent): void;
|
||||
change?(e: GridChangeEvent): void;
|
||||
columnHide?(e: GridColumnHideEvent): void;
|
||||
|
||||
Reference in New Issue
Block a user