Skip to content
PACKAGES

wireBridgeAckDriver()

D502 explicit graph-visible ack-timeout command driver for a wireBridge.

import { wireBridgeAckDriver } from "@graphrefly/ts/adapters";
function wireBridgeAckDriver(
graph: Graph,
bridge: WireBridgeBundle<TOutbound, TInbound>,
opts: WireBridgeAckDriverOptions,
): WireBridgeAckDriverBundle
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
bridgeWireBridgeBundle<TOutbound, TInbound>bridge value used by the helper.
optsWireBridgeAckDriverOptionsOptions that configure the helper.

A WireBridgeAckDriverBundle value.

import { wireBridgeAckDriver } from "@graphrefly/ts/adapters";

packages/ts/src/adapters/bridge.ts