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

    Interface StrategyNodeAiLoad

    interface StrategyNodeAiLoad {
        acceptanceLabel: string;
        actionReference: string;
        childNode?: string[];
        description?: string;
        descriptionField: string;
        label?: string;
        limit?: number;
        name: string;
        recommendationDefinitionDevName: string;
        rejectionLabel?: string;
        titleField: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptanceLabel: string
    actionReference: string
    childNode?: string[]
    description?: string
    descriptionField: string
    label?: string
    limit?: number
    name: string
    recommendationDefinitionDevName: string
    rejectionLabel?: string
    titleField: string