langchain.js
Preparing search index...
@langchain/langgraph
index
AnnotationRoot
Interface AnnotationRoot<SD>
Should not be instantiated directly. See
Annotation
.
interface
AnnotationRoot
<
SD
extends
StateDefinition
>
{
lc_graph_name
:
string
;
Node
:
NodeType
<
SD
>
;
spec
:
SD
;
State
:
StateType
<
SD
>
;
Update
:
UpdateType
<
SD
>
;
}
Type Parameters
SD
extends
StateDefinition
Index
Properties
lc_
graph_
name
Node
spec
State
Update
Properties
lc_
graph_
name
lc_graph_name
:
string
= "AnnotationRoot"
Node
Node
:
NodeType
<
SD
>
spec
spec
:
SD
State
State
:
StateType
<
SD
>
Update
Update
:
UpdateType
<
SD
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lc_
graph_
name
Node
spec
State
Update
langchain.js
Loading...
Should not be instantiated directly. See Annotation.