Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / fanout / FanOutResult

Interface: FanOutResult<TOutput>

Defined in: packages/agent/src/fanout/index.ts:70

Aggregate result returned by Agent.fanOut(...).

Stable

Type Parameters

Type ParameterDefault type
TOutputunknown

Properties

PropertyModifierTypeDefined in
childrenreadonlyreadonly ChildResult<TOutput>[]packages/agent/src/fanout/index.ts:73
fanOutIdreadonlystringpackages/agent/src/fanout/index.ts:71
mergeDurationMsreadonlynumberpackages/agent/src/fanout/index.ts:74
outputreadonlyTOutputpackages/agent/src/fanout/index.ts:72