fn
createSelectionBridge
Signature
ts
export function createSelectionBridge(
getRoot: () => HTMLElement | null,
blockElements: BlockElementRegistry,
): SelectionBridge{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
getRoot | () => HTMLElement | null | — |
blockElements | BlockElementRegistry | — |
Returns
SelectionBridge