LogoRobo.js
Framework

evaluatePluginWhere()

Function: evaluatePluginWhere()

function evaluatePluginWhere(record, where): boolean

Evaluate a where clause against a record.

Supports operators: equals, gt, gte, lt, lte, not, in, notIn, contains, startsWith, endsWith, AND, OR, NOT.

Parameters

ParameterTypeDescription
recordRecord<string, unknown>The record to evaluate
whereRecord<string, unknown>The where clause

Returns

boolean

True if record matches where clause

On this page