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

# AnnotationPopover

> **AnnotationPopover** = `object`

Defined in: toolbar/src/use-annotation-popover.ts:261

:::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-annotation-popover.ts:273

#### Parameters

##### event

[`AnnotationPopoverEvent`](/api/toolbar/type-aliases/annotationpopoverevent/)

#### Returns

`void`

***

### snapshot

> **snapshot**: `object`

Defined in: toolbar/src/use-annotation-popover.ts:262

#### context

> **context**: `ActiveContext`

#### matches()

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

##### Parameters

###### state

`"disabled"` | `"enabled"` | \{ `enabled`: `"inactive"` \| `"active"`; \}

##### Returns

`boolean`