LogoRobo.js
Framework

evaluateWhere()

Function: evaluateWhere()

function evaluateWhere<T>(record, where): boolean

Evaluate a where clause against a record.

Type Parameters

Type Parameter
T extends Record<string, unknown>

Parameters

ParameterTypeDescription
recordTRecord to test
whereWhereClause<T>Where clause

Returns

boolean

True if record matches

On this page