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 Parameter | Default type |
|---|---|
TOutput | unknown |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
children | readonly | readonly ChildResult<TOutput>[] | packages/agent/src/fanout/index.ts:73 |
fanOutId | readonly | string | packages/agent/src/fanout/index.ts:71 |
mergeDurationMs | readonly | number | packages/agent/src/fanout/index.ts:74 |
output | readonly | TOutput | packages/agent/src/fanout/index.ts:72 |