Skip to content

InlineObjectPopoverEvent

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

Defined in: use-inline-object-popover.ts:228