Skip to content

ActionParamRecord

ActionParamRecord = object

Defined in: actionParams.ts:62

The parameters of one instrumented action call. occurrence disambiguates repeated selector + method calls within one recording (0-based, in call order). params maps an option path (e.g. move.duration) to the code value and its provenance; editor overrides never replace params (the code value is what the provenance describes).

method: ActionMethod

Defined in: actionParams.ts:64


occurrence: number

Defined in: actionParams.ts:65


params: Record<string, ActionParamValue>

Defined in: actionParams.ts:66


selector: string

Defined in: actionParams.ts:63