Skip to content

Documentation / @agentick/client / TransportEventData

Interface: TransportEventData ​

Defined in: shared/src/transport.ts:18

Properties ​

data? ​

optional data: unknown

Defined in: shared/src/transport.ts:23

Structured event payload. Stream events, channel events, plugin broadcasts.


executionId? ​

optional executionId: string

Defined in: shared/src/transport.ts:21


sessionId? ​

optional sessionId: string

Defined in: shared/src/transport.ts:20


type ​

type: string

Defined in: shared/src/transport.ts:19

Released under the ISC License.