Framework
QueryContext
Interface: QueryContext
Context passed to custom query operators.
Properties
| Property | Type | Description |
|---|---|---|
field | string | Field being queried. |
index? | Index<unknown> | Custom index for the field (if any). |
model | FlashcoreModel<{ id: string; }> | The model being queried. |
plugin | PluginContext | The plugin that provides this operator. |
