The extending Model InstanceType.
Optional Readonly dirOptional Readonly expressionExpression to evaluate results against. This expression may be a simple matching or more complex, conjunct and nested expressions.
Optional Readonly pageOptional Readonly searchFree-text search field. This field overrides all expressions, as such that if this field contains a value, all expressions are ignored and only this free-text search filter is applied.
Optional Readonly sizeOptional Readonly sortGenerated using TypeDoc
Interface describing the Params for the Model.findAll method. This is the most relevant interface within this namespace (and is therefore also referenced by the Filter type alias), as it describes the input Params of any selective data retrieval.
See
Model