I
BlockElementRegistry
Maps block ids to their contenteditable host elements for selection/focus.
Signature
ts
interface BlockElementRegistryProperties
| Property | Type | Description |
|---|---|---|
set | (blockId: string, el: HTMLElement) => void | — |
delete | (blockId: string) => void | — |
get | (blockId: string) => HTMLElement | undefined | — |