Skip to content

ActionParamValue

ActionParamValue = object

Defined in: actionParams.ts:43

One recorded parameter: the code value, its provenance, and the used value.

source: ParamSource

Defined in: actionParams.ts:46


optional used?: unknown

Defined in: actionParams.ts:52

The value the recording actually ran with, present only when an editor override changed it (differs from value). The editor reads this to update its own copy of the options after a recording.


value: unknown

Defined in: actionParams.ts:45

The code value (JSON-safe; null when the code value is undefined).