fn
createBlockElementRegistry
Signature
ts
export function createBlockElementRegistry(): BlockElementRegistry{ ... }Returns
BlockElementRegistry| Property | Type | Description |
|---|---|---|
set | (blockId: string, el: HTMLElement) => void | — |
delete | (blockId: string) => void | — |
get | (blockId: string) => HTMLElement | undefined | — |