Skip to content

AnnotationPopoverEvent

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

Defined in: use-annotation-popover.ts:244