R
I

BlockElementRegistry

Maps block ids to their contenteditable host elements for selection/focus.

Signature

ts
interface BlockElementRegistry

Properties

PropertyTypeDescription
set(blockId: string, el: HTMLElement) => void
delete(blockId: string) => void
get(blockId: string) => HTMLElement | undefined