LogoRobo.js
Framework

QueryContext

Interface: QueryContext

Context passed to custom query operators.

Properties

PropertyTypeDescription
fieldstringField being queried.
index?Index<unknown>Custom index for the field (if any).
modelFlashcoreModel<{ id: string; }>The model being queried.
pluginPluginContextThe plugin that provides this operator.

On this page