> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/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:232

:::caution[Beta]
This API should not be used in production and may be trimmed from a public release.
:::