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

AnnotationPopoverEvent

AnnotationPopoverEvent = { schemaType: AnnotationSchemaType; type: "remove"; } | { at: AnnotationPath; props: {[key: string]: unknown; }; type: "edit"; } | { type: "close"; }

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