parseTrackers(condition, names, indexMap): [string, Tracker[]]
Parses tracker references in a rule condition string and adds them to the argument list.

Parameters

ParameterTypeDescription
conditionstringThe rule condition string.
namesany[]An array of argument placeholders.
indexMaptrackerIndexNameMapping[]A mapping of tracker IDs to their names and types.

Returns

[string, Tracker[]] an array of created Tracker objects.

Defined in

src/parsing/parsing-utilities.ts:96