langchain.js
Preparing search index...
@langchain/core
runnables/graph
Node
Interface Node
interface
Node
{
data
:
|
RunnableInterface
<
any
,
any
,
RunnableConfig
<
Record
<
string
,
any
>
>
>
|
RunnableIOSchema
;
id
:
string
;
metadata
?:
Record
<
string
,
any
>
;
name
:
string
;
}
Index
Properties
data
id
metadata?
name
Properties
data
data
:
|
RunnableInterface
<
any
,
any
,
RunnableConfig
<
Record
<
string
,
any
>
>
>
|
RunnableIOSchema
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
id
metadata
name
langchain.js
Loading...