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).
Properties
Section titled “Properties”method
Section titled “method”method:
ActionMethod
Defined in: actionParams.ts:64
occurrence
Section titled “occurrence”occurrence:
number
Defined in: actionParams.ts:65
params
Section titled “params”params:
Record<string,ActionParamValue>
Defined in: actionParams.ts:66
selector
Section titled “selector”selector:
string
Defined in: actionParams.ts:63