ActionParamValue
ActionParamValue =
object
Defined in: actionParams.ts:43
One recorded parameter: the code value, its provenance, and the used value.
Properties
Section titled “Properties”source
Section titled “source”source:
ParamSource
Defined in: actionParams.ts:46
optionalused?: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).