LogoRobo.js
Framework

FieldQueryResolver

Interface: FieldQueryResolver

Field-level query resolver for specific operators.

Methods

resolve()

resolve(
   operator, 
   operand, 
context): string[] | Promise<string[]>

Handle specific operators for this field. Returns matching IDs or null to fall through to default.

Parameters

ParameterType
operatorstring
operandunknown
contextQueryContext

Returns

string[] | Promise<string[]>

On this page