@genesislcap/grid-pro 14.148.1-alpha-eef6f33.0 → 14.149.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [getAvailableIndexFields](./grid-pro.getavailableindexfields.md)
4
-
5
- ## getAvailableIndexFields() function
6
-
7
- Get the values of the Metadata indexes map
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- export declare function getAvailableIndexFields(data: Map<string, [string]>): string[];
13
- ```
14
-
15
- ## Parameters
16
-
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | data | Map&lt;string, \[string\]&gt; | the map data to have the values extracted from |
20
-
21
- **Returns:**
22
-
23
- string\[\]
24
-
25
- the values of the map
26
-
27
- ## Remarks
28
-
29
- This function will return a flat string array of all the values in the "metadata indexes" map
30
-