langchain.js
Preparing search index...
@langchain/core
load/serializable
BaseSerialized
Interface BaseSerialized<T>
interface
BaseSerialized
<
T
extends
string
>
{
graph
?:
Record
<
string
,
any
>
;
id
:
string
[]
;
lc
:
number
;
name
?:
string
;
type
:
T
;
}
Type Parameters
T
extends
string
Hierarchy (
View Summary
)
BaseSerialized
SerializedConstructor
SerializedSecret
SerializedNotImplemented
Index
Properties
graph?
id
lc
name?
type
Properties
Optional
graph
graph
?:
Record
<
string
,
any
>
id
id
:
string
[]
lc
lc
:
number
Optional
name
name
?:
string
type
type
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
graph
id
lc
name
type
langchain.js
Loading...