Skip to content

AnnotationButtonEvent

AnnotationButtonEvent = { type: "close dialog"; } | { type: "open dialog"; } | { annotation: { value: Record<string, unknown>; }; type: "add"; } | { type: "remove"; }

Defined in: use-annotation-button.ts:246