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

BlockObjectButtonEvent

BlockObjectButtonEvent = { type: "close dialog"; } | { type: "open dialog"; } | { placement: InsertPlacement | undefined; type: "insert"; value: {[key: string]: unknown; }; }

Defined in: toolbar/src/use-block-object-button.ts:135