LangGraph.js API Reference
Back to documentation
Preparing search index...
@langchain/langgraph-sdk
DebugStreamEvent
Type Alias DebugStreamEvent
Stream event with detailed debug information.
type
DebugStreamEvent
=
{
data
:
unknown
;
event
:
"debug"
;
id
?:
string
;
}
Index
Properties
data
event
id?
Properties
data
data
:
unknown
event
event
:
"debug"
Optional
id
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
event
id
Back to documentation
LangGraph.js API Reference
Loading...
Stream event with detailed debug information.