blockAdaptersProvider()
Compose optional block measurement capability nodes into one graph-visible adapter node.
Import
Section titled “Import”import { blockAdaptersProvider } from "@graphrefly/ts/solutions/reactive-layout";Signature
Section titled “Signature”function blockAdaptersProvider(opts: BlockAdaptersProviderOptions): Node<BlockAdapters>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | BlockAdaptersProviderOptions | Options that configure the helper. |
Returns
Section titled “Returns”A Node<BlockAdapters> value.
Example
Section titled “Example”import { blockAdaptersProvider } from "@graphrefly/ts/solutions/reactive-layout";Source
Section titled “Source”packages/ts/src/solutions/reactive-layout/measurements.ts