Type Alias FilterInfo

type FilterInfo = {
    qType?: FilterType;
    qWherePredicate?: string;
}
Index

Properties

qType?: FilterType

One of:

  • NONE or FILTER_TYPE_NONE
  • RAW or FILTER_TYPE_RAW
qWherePredicate?: string