Interface IParseListQueryOptions

Options for 'parseListQuery()' function.

interface IParseListQueryOptions {
    validFieldNames?: Nilable<ValidFieldNameItemValue[]>;
}

Properties

Properties

validFieldNames?: Nilable<ValidFieldNameItemValue[]>

List of one or more valid field names.

If not defined, all fields are valid.

Generated using TypeDoc