R
fn

createSelectionBridge

Signature

ts
export function createSelectionBridge(
  getRoot: () => HTMLElement | null,
  blockElements: BlockElementRegistry,
): SelectionBridge{ ... }

Parameters

ParameterTypeDescription
getRoot() => HTMLElement | null
blockElementsBlockElementRegistry

Returns

SelectionBridge