Skip to content

AIDK API Reference / aidk-shared / devToolsEmitter

Variable: devToolsEmitter ​

ts
const devToolsEmitter: DevToolsEmitterImpl;

Defined in: packages/shared/src/devtools.ts:597

Singleton DevTools emitter instance.

Use this to emit events from engines or subscribe to events in DevTools.

Released under the MIT License.