GraphReFlyTS

API Reference

reactiveFlowLayout()

Create a graph-visible multi-column flow layout bundle with rectangle/circle obstacles.

Import

import { reactiveFlowLayout } from "@graphrefly/ts/solutions/reactive-layout";

Signature

function reactiveFlowLayout(opts: ReactiveFlowLayoutOptions): ReactiveFlowLayoutBundle

Parameters

ParameterTypeDescription
optsReactiveFlowLayoutOptionsOptions that configure the helper.

Returns

A ReactiveFlowLayoutBundle value.

Example

import { reactiveFlowLayout } from "@graphrefly/ts/solutions/reactive-layout";

Source

packages/ts/src/solutions/reactive-layout/bundles.ts