Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qu.ai/llms.txt

Use this file to discover all available pages before exploring further.

type Listener: (...args) => void;
A callback function called when a an event is triggered.

Parameters

ParameterType
argsany[]

Returns

void

Source

utils/events.ts:13