@graphty/graphty-element / events / AiStreamChunkEvent
Interface: AiStreamChunkEvent
Defined in: src/events.ts:265
Emitted during streaming when text chunks arrive (throttled)
Properties
accumulated
accumulated:
string
Defined in: src/events.ts:268
text
text:
string
Defined in: src/events.ts:267
type
type:
"ai-stream-chunk"
Defined in: src/events.ts:266