wireEdgeGroup()
Creates a wire edge group.
Import
Section titled “Import”import { wireEdgeGroup } from "@graphrefly/ts/adapters";Signature
Section titled “Signature”function wireEdgeGroup( graph: Graph, bridge: WireBridgeBundle<WireBridgeProtobufData, WireBridgeProtobufData>, opts: WireEdgeGroupOptions,): WireEdgeGroupBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
bridge | WireBridgeBundle<WireBridgeProtobufData, WireBridgeProtobufData> | bridge value used by the helper. |
opts | WireEdgeGroupOptions | Options that configure the helper. |
Returns
Section titled “Returns”The wire edge group result.
Example
Section titled “Example”import { wireEdgeGroup } from "@graphrefly/ts/adapters";Source
Section titled “Source”packages/ts/src/adapters/bridge-wire-edge-group.ts