Interface: SerializedActionCall
A serialized action call.
Extends
Omit<ActionCall,"serialized">
Extended by
Properties
actionName
readonly actionName: string;
Action name (name of the function).
Inherited from
args
readonly args: readonly (
| JSONPrimitiveValue
| SerializedActionCallArgument)[];
Serialized action arguments.
Overrides
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
targetPathIds
readonly targetPathIds: readonly (string | null)[];
Ids of models along the path to the target, null if it is not a model.