Skip to main content

Interface: ActionCall

An action call.

Properties​

actionName​

readonly actionName: string;

Action name (name of the function).


args​

readonly args: readonly any[];

Action arguments.


serialized?​

readonly optional serialized?: boolean;

Marks this action call as non-serialized.


targetPath​

readonly targetPath: Path;

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


targetPathIds​

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

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