Skip to main content

Interface: SerializedActionCall

A serialized action call.

Extends​

Extended by​

Properties​

actionName​

readonly actionName: string;

Action name (name of the function).

Inherited from​

ActionCall.actionName


args​

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

Serialized action arguments.

Overrides​

ActionCall.args


serialized​

serialized: true;

Marks this action call as 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