mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8715 from sixinli/patch-2
change `getSelected()` return type to number[]
This commit is contained in:
+1
-1
@@ -807,7 +807,7 @@ declare namespace Handsontable {
|
||||
/**
|
||||
* Return index of the currently selected cells as an array [startRow, startCol, endRow, endCol]. Start row and start col are the coordinates of the active cell (where the selection was started).
|
||||
*/
|
||||
getSelected(): void;
|
||||
getSelected(): number[];
|
||||
|
||||
/**
|
||||
* Returns current selection as a WalkontableCellRange object. Returns undefined if there is no selection.
|
||||
|
||||
Reference in New Issue
Block a user