ReadonlyactionAction name (name of the function).
ReadonlyargsSerialized action arguments.
ReadonlymodelModel Id overrides to be applied at the end of applying the action.
Marks this action call as serialized.
ReadonlytargetPath to the model where the action will be run, as an array of string | number.
ReadonlytargetIds 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.