Skip to content

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).

optional editId?: string

Defined in: actionParams.ts:55

The call site’s editId slug, when the action was called with one.


method: ActionMethod

Defined in: actionParams.ts:52


occurrence: number

Defined in: actionParams.ts:53


params: Record<string, ActionParamValue>

Defined in: actionParams.ts:56


selector: string

Defined in: actionParams.ts:51