Event of selecting a function to call.

interface ISelect {
    selection: IAgenticaOperationSelectionJson;
    type: "select";
}

Hierarchy

  • IBase<"select">
    • ISelect

Properties

Properties

type: "select"

Discriminator type.