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

# DebounceMs

> Getter and setter for update stability delay.

## Import

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

## Usage

Waits for the stream to settle before emitting data.

```ts theme={null}
// Wait for 100ms silence before updating
orderbook.debounceMs = 100
```

## Type

```ts theme={null}
number | undefined
```
