> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# HistoryButtons

> **HistoryButtons** = `object`

Defined in: toolbar/src/use-history-buttons.ts:73

:::caution[Beta]
This API should not be used in production and may be trimmed from a public release.
:::

## Properties

### send()

> **send**: (`event`) => `void`

Defined in: toolbar/src/use-history-buttons.ts:77

#### Parameters

##### event

[`HistoryButtonsEvent`](/api/toolbar/type-aliases/historybuttonsevent/)

#### Returns

`void`

***

### snapshot

> **snapshot**: `object`

Defined in: toolbar/src/use-history-buttons.ts:74

#### matches()

> **matches**: (`state`) => `boolean`

##### Parameters

###### state

`"disabled"` | `"enabled"`

##### Returns

`boolean`