mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +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:
Vendored
+1
-1
@@ -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