mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix getSelectedGridRows() for ui-grid
This commit is contained in:
parent
18c31c7a25
commit
535bdcd579
2
ui-grid/ui-grid.d.ts
vendored
2
ui-grid/ui-grid.d.ts
vendored
@ -2823,7 +2823,7 @@ declare module uiGrid {
|
||||
* returns all selected rows as gridRows
|
||||
* @returns {Array<IGridRow>} The selected rows
|
||||
*/
|
||||
getSelectedGridRows(): Array<any>;
|
||||
getSelectedGridRows(): Array<uiGrid.IGridRow>;
|
||||
/**
|
||||
* Gets selected rows as entities
|
||||
* @returns {Array<any>} Selected row entities
|
||||
|
||||
Loading…
Reference in New Issue
Block a user