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

InlineObjectPopoverEvent

InlineObjectPopoverEvent = { at: ChildPath; type: "remove"; } | { at: ChildPath; props: {[key: string]: unknown; }; type: "edit"; } | { type: "close"; }

Defined in: toolbar/src/use-inline-object-popover.ts:228