tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > OperationInstruction

OperationInstruction type

Optional instructions that control how an operation will be executed.

Signature:

export type OperationInstruction = {
    $type?: string;
    Mode?: OperationMode;
    Recursive?: boolean;
};

References: OperationMode