Module: devtools
Remarks
Overview
The DevTools bridge exposes the global inspector window.__BANKSIA_SIGNALS_DEVTOOLS__
(and globalThis.__BANKSIA_SIGNALS_DEVTOOLS__) to allow developers and AI agents using
Chrome DevTools MCP evaluate_script to:
- Query current reactive state snapshots in a sandboxed, untracked context.
- Inspect reactive dependency graph topology and subscriber linkage.
- Stream and ring-buffer real-time mutation events (
ChangeEvent).
- Profile microtask batch transactions and scheduler execution performance.
- Redact private properties (
isPrivate: true) from public inspection streams.
Table of contents
Classes
Interfaces
Type Aliases
Functions