mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Fix interface for getIdxById in SlickGrid
It is clear by the name of this method that it takes an id (string) and returns and index (number).
This commit is contained in:
Vendored
+1
-1
@@ -1539,7 +1539,7 @@ declare module Slick {
|
||||
*/
|
||||
public expandGroup(...varArgs: string[]): void;
|
||||
public getGroups(): Group<T, any>[];
|
||||
public getIdxById(): string;
|
||||
public getIdxById(string): number;
|
||||
public getRowById(): T;
|
||||
public getItemById(id: any): T;
|
||||
public getItemByIdx(): T;
|
||||
|
||||
Reference in New Issue
Block a user