interface FieldExistsExpression {
    field: string;
    negate?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

field: string

The field that should be defined on all matching items.

negate?: boolean

If true, the inverse expression will be created.