v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
graphs/document
Node
Class Node
Hierarchy (
view full
)
Serializable
Node
Index
Constructors
constructor
Properties
id
properties
type
Methods
toJSON
toJSONNot
Implemented
Constructors
constructor
new
Node
(
__namedParameters
)
:
Node
Parameters
__namedParameters
:
{
id
:
string
|
number
;
properties
?:
Record
<
string
,
any
>
;
type
:
string
;
}
id
:
string
|
number
Optional
properties
?:
Record
<
string
,
any
>
type
:
string
Returns
Node
Properties
id
id
:
string
|
number
properties
properties
:
Record
<
string
,
any
>
type
type
:
string
Methods
toJSON
toJSON
(
)
:
Serialized
Returns
Serialized
toJSONNot
Implemented
toJSONNot
Implemented
(
)
:
SerializedNotImplemented
Returns
SerializedNotImplemented
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
properties
type
Methods
toJSON
toJSONNot
Implemented
LangChain.js
Loading...