parseTrackers(Parses tracker references in a rule condition string and adds them to the argument list.condition,names,indexMap): [string,Tracker[]]
Parameters
| Parameter | Type | Description |
|---|---|---|
condition | string | The rule condition string. |
names | any[] | An array of argument placeholders. |
indexMap | trackerIndexNameMapping[] | A mapping of tracker IDs to their names and types. |
Returns
[string, Tracker[]]
an array of created Tracker objects.