langchain.js
Preparing search index...
@langchain/community
graphs/document
Node
Class Node
Hierarchy (
View Summary
)
BaseDynamicToolInput
Node
Index
Constructors
constructor
Properties
id
lc_
namespace
properties
type
Constructors
constructor
new
Node
(
__namedParameters
:
{
id
:
string
|
number
;
properties
?:
Record
<
string
,
any
>
;
type
:
string
;
}
,
)
:
Node
Parameters
__namedParameters
:
{
id
:
string
|
number
;
properties
?:
Record
<
string
,
any
>
;
type
:
string
}
Returns
Node
Properties
id
id
:
string
|
number
lc_
namespace
lc_namespace
:
string
[]
= ...
properties
properties
:
Record
<
string
,
any
>
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
lc_
namespace
properties
type
langchain.js
Loading...