vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface StrategyNodeInvocableAction

    interface StrategyNodeInvocableAction {
        action: string;
        argument?: StrategyNodeInvocableActionArg[];
        childNode?: string[];
        description?: string;
        isGenerator: boolean;
        label?: string;
        limit?: number;
        name: string;
        type: InvocableActionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: string
    childNode?: string[]
    description?: string
    isGenerator: boolean
    label?: string
    limit?: number
    name: string