Skip to main content

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

import { Orderbook } from '@krono/core'

Usage

Convenience boolean getter. Useful for showing loading spinners.
if (orderbook.connecting) {
  showLoader();
}

Type

boolean