grid-pro.getavailableindexes
Home > @genesislcap/grid-pro > getAvailableIndexes
getAvailableIndexes() function
Get the keys of the Metadata indexes map
Signature:
export declare function getAvailableIndexes(data: Map<string, [string]>): string[];
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Map<string, [string]> |
the map data to have the keys extracted from |
Returns:
string[]
the keys of the map
Remarks
This function will return a flat string array of all the keys in the "metadata indexes" map