ActionParamRecord
ActionParamRecord =
object
Defined in: actionParams.ts:50
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”editId?
Section titled “editId?”
optionaleditId?:string
Defined in: actionParams.ts:55
The call site’s editId slug, when the action was called with one.
method
Section titled “method”method:
ActionMethod
Defined in: actionParams.ts:52
occurrence
Section titled “occurrence”occurrence:
number
Defined in: actionParams.ts:53
params
Section titled “params”params:
Record<string,ActionParamValue>
Defined in: actionParams.ts:56
selector
Section titled “selector”selector:
string
Defined in: actionParams.ts:51