Event of canceling a function calling.

interface ICancel {
    selection: IAgenticaOperationSelectionJson;
    type: "cancel";
}

Hierarchy

  • IBase<"cancel">
    • ICancel

Properties

Properties

type: "cancel"

Discriminator type.