mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
selectItem
This commit is contained in:
Vendored
+3
@@ -130,6 +130,9 @@ declare module ngGrid {
|
||||
/** all of the items selected in the grid. In single select mode there will only be one item in the array. */
|
||||
selectedItems?: any[];
|
||||
|
||||
/** Select deselect an item by index. */
|
||||
selectItem?: (idx:number, state:boolean) =>any;
|
||||
|
||||
/** Disable row selections by clicking on the row and only when the checkbox is clicked. */
|
||||
selectWithCheckboxOnly?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user