class PropertyFilter
implements IFilter
extends EntityFilter

A PropertyFilter is a filter that gets applied to a query directly.

Constructors

new
PropertyFilter(
name: T,
op: Operator,
val: AllowedFilterValueType<T>,
)

Build a Property Filter object.

Type Parameters

T extends string

Properties

op: Operator
val: AllowedFilterValueType<T>

Methods

toProto(): any

Gets the proto for the filter.

See

Usage

import { PropertyFilter } from ".";