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

# InlineObjectButton

> **InlineObjectButton** = `object`

Defined in: toolbar/src/use-inline-object-button.ts:145

:::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-inline-object-button.ts:155

#### Parameters

##### event

[`InlineObjectButtonEvent`](/api/toolbar/type-aliases/inlineobjectbuttonevent/)

#### Returns

`void`

***

### snapshot

> **snapshot**: `object`

Defined in: toolbar/src/use-inline-object-button.ts:146

#### matches()

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

##### Parameters

###### state

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

##### Returns

`boolean`