parseTrackers
parseTrackers(
condition
,names
,indexMap
):void
Parses tracker references in a rule condition string and adds them to the argument list.
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
void