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

    Interface StrategyNodeIf

    interface StrategyNodeIf {
        childNode?: string[];
        childNodeExpression?: IfExpression[];
        description?: string;
        label?: string;
        limit?: number;
        name: string;
        onlyFirstMatch?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    childNode?: string[]
    childNodeExpression?: IfExpression[]
    description?: string
    label?: string
    limit?: number
    name: string
    onlyFirstMatch?: boolean