LogoRobo.js
Framework

QueryOperatorFn()

Type Alias: QueryOperatorFn()

type QueryOperatorFn = (index, operand, context) => string[] | Promise<string[]>;

Custom query operator function.

Parameters

ParameterType
indexIndex<unknown> | undefined
operandunknown
contextQueryContext

Returns

string[] | Promise<string[]>

On this page