mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
Update index.d.ts (kendo-ui toolbar)
For the grid, a toolbar can be either a string, a function, or an array of either string or GridToolBarItems. Some standard toolbar items are pre-defined as strings (i.e. "Create", "Delete").
This commit is contained in:
2
types/kendo-ui/index.d.ts
vendored
2
types/kendo-ui/index.d.ts
vendored
@@ -4311,7 +4311,7 @@ declare namespace kendo.ui {
|
||||
scrollable?: boolean | GridScrollable;
|
||||
selectable?: boolean|string;
|
||||
sortable?: boolean | GridSortable;
|
||||
toolbar?: GridToolbarItem[];
|
||||
toolbar?: string|Function|(string|GridToolbarItem)[];
|
||||
beforeEdit?(e: GridBeforeEditEvent): void;
|
||||
cancel?(e: GridCancelEvent): void;
|
||||
cellClose?(e: GridCellCloseEvent): void;
|
||||
|
||||
Reference in New Issue
Block a user