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

    Interface MatchingRuleItem

    interface MatchingRuleItem {
        blankValueBehavior?: BlankValueBehavior;
        fieldName: string;
        matchingMethod: MatchingMethod;
    }
    Index

    Properties

    blankValueBehavior?: BlankValueBehavior
    fieldName: string
    matchingMethod: MatchingMethod