interface GetFieldAutoCompleteForQueryString {
    fieldName?: string;
    fieldValue?: string;
    predicateName?: string;
    predicateValue?: string;
}

Properties

fieldName?: string

The name of the field.

fieldValue?: string

The partial field item name entered by the user.

predicateName?: string

The name of the CHANGED operator predicate for which the suggestions are generated. The valid predicate operators are by, from, and to.

predicateValue?: string

The partial predicate item name entered by the user.