langchain.js
Preparing search index...
@langchain/langgraph-sdk
index
ValuesStreamEvent
Type Alias ValuesStreamEvent<StateType>
Stream event with values after completion of each step.
type
ValuesStreamEvent
<
StateType
>
=
{
data
:
StateType
;
event
:
"values"
;
id
?:
string
;
}
Type Parameters
StateType
Index
Properties
data
event
id?
Properties
data
data
:
StateType
event
event
:
"values"
Optional
id
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
event
id
langchain.js
Loading...
Stream event with values after completion of each step.