Skip to content

QueryController.setQuery method

QueryController › setQuery

Unofficial

Sets the query, or displays an error if an Error is given.

Signature:

setQuery(query: Error | BasesQuery): void

Parameters:

ParameterTypeDescription
queryError | BasesQueryThe query to set, or an Error to display.

Returns: void