Documentation Index
Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Import
Usage
This is the main listener for UI updates. It emits data after it has passed through the internal pipeline (throttling and debouncing).Parameters
callback
(data: OrderbookData) => void
The function to execute when new data is available.

