Framework
QueryOperatorFn()
Type Alias: QueryOperatorFn()
type QueryOperatorFn = (index, operand, context) => string[] | Promise<string[]>;Custom query operator function.
Parameters
| Parameter | Type |
|---|---|
index | Index<unknown> | undefined |
operand | unknown |
context | QueryContext |
Returns
string[] | Promise<string[]>
