fn

createBlockElementRegistry

Signature

ts
export function createBlockElementRegistry(): BlockElementRegistry{ ... }

Returns

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