langchain.js
Preparing search index...
@langchain/langgraph-sdk
index
CustomStreamEvent
Type Alias CustomStreamEvent<T>
Streaming custom data from inside the nodes.
type
CustomStreamEvent
<
T
>
=
{
data
:
T
;
event
:
"custom"
;
}
Type Parameters
T
Index
Properties
data
event
Properties
data
data
:
T
event
event
:
"custom"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
event
langchain.js
Loading...
Streaming custom data from inside the nodes.