langchain.js
Preparing search index...
@langchain/core
load/serializable
SerializedSecret
Interface SerializedSecret
interface
SerializedSecret
{
graph
?:
Record
<
string
,
any
>
;
id
:
string
[]
;
lc
:
number
;
name
?:
string
;
type
:
"secret"
;
}
Hierarchy (
View Summary
)
BaseSerialized
<
"secret"
>
SerializedSecret
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
:
"secret"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
graph
id
lc
name
type
langchain.js
Loading...