> ## 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.

# Connected

> Read-only property checking if status is connected.

## Import

```ts theme={null}
import { Orderbook } from '@krono/core'
```

## Usage

Convenience boolean getter.

```ts theme={null}
if (orderbook.connected) {
  // Do something
}
```

## Type

```ts theme={null}
boolean
```
