parseTrackers(condition, names, indexMap): void

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

void

Defined in

src/modules/parser.ts:795