Skip to content
This page is available as Markdown at /api/toolbar/type-aliases/annotationbutton.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

AnnotationButton

AnnotationButton = object

Defined in: toolbar/src/use-annotation-button.ts:272

send: (event) => void

Defined in: toolbar/src/use-annotation-button.ts:286

AnnotationButtonEvent

void


snapshot: object

Defined in: toolbar/src/use-annotation-button.ts:273

matches: (state) => boolean

"disabled" | "enabled" | { disabled: "inactive"; } | { disabled: "active"; } | { enabled: "inactive"; } | { enabled: { inactive: "idle"; }; } | { enabled: { inactive: "showing dialog"; }; } | { enabled: "active"; }

boolean