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

# BlockObjectButton

> **BlockObjectButton** = `object`

Defined in: toolbar/src/use-block-object-button.ts:151

:::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-block-object-button.ts:161

#### Parameters

##### event

[`BlockObjectButtonEvent`](/api/toolbar/type-aliases/blockobjectbuttonevent/)

#### Returns

`void`

***

### snapshot

> **snapshot**: `object`

Defined in: toolbar/src/use-block-object-button.ts:152

#### matches()

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

##### Parameters

###### state

`"disabled"` | `"enabled"` | \{ `enabled`: `"idle"`; \} | \{ `enabled`: `"showing dialog"`; \}

##### Returns

`boolean`