Readonly
actionAction name (name of the function).
Readonly
argsSerialized action arguments.
Readonly
modelModel Id overrides to be applied at the end of applying the action.
Marks this action call as serialized.
Readonly
targetPath to the model where the action will be run, as an array of string | number.
Readonly
targetIds of models along the path to the target, null if it is not a model.
Serialized action call with model ID overrides. Can be generated with
applySerializedActionAndTrackNewModelIds
. To be applied withapplySerializedActionAndSyncNewModelIds
.