Read-only property checking if status is connecting.
import { Orderbook } from '@krono/core'
if (orderbook.connecting) { showLoader(); }
boolean
Was this page helpful?