Skip to main content

Interface: SerializedActionCallWithModelIdOverrides

Serialized action call with model ID overrides. Can be generated with applySerializedActionAndTrackNewModelIds. To be applied with applySerializedActionAndSyncNewModelIds.

Extends​

Properties​

actionName​

readonly actionName: string;

Action name (name of the function).

Inherited from​

ActionCall.actionName


args​

readonly args: readonly (
| JSONPrimitiveValue
| SerializedActionCallArgument)[];

Serialized action arguments.

Inherited from​

SerializedActionCall.args


modelIdOverrides​

readonly modelIdOverrides: readonly Patch[];

Model Id overrides to be applied at the end of applying the action.


serialized​

serialized: true;

Marks this action call as serialized.

Inherited from​

SerializedActionCall.serialized


targetPath​

readonly targetPath: Path;

Path to the model where the action will be run, as an array of string | number.

Inherited from​

ActionCall.targetPath


targetPathIds​

readonly targetPathIds: readonly (string | null)[];

Ids of models along the path to the target, null if it is not a model.

Inherited from​

ActionCall.targetPathIds