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