Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
langgraph
ConfiguredManagedValue
Interface ConfiguredManagedValue<Value>
interface
ConfiguredManagedValue
<
Value
>
{
cls
:
{
prototype
:
ManagedValue
<
any
>
;
initialize
<
Value
>
(
_config
,
_args
?
)
:
Promise
<
ManagedValue
<
Value
>
>
;
new
(
config
,
_params
?
)
:
ManagedValue
<
Value
>
;
}
;
params
:
ManagedValueParams
;
}
Type Parameters
Value
=
any
Index
Properties
cls
params
Properties
cls
cls
:
{
prototype
:
ManagedValue
<
any
>
;
initialize
<
Value
>
(
_config
,
_args
?
)
:
Promise
<
ManagedValue
<
Value
>
>
;
new
(
config
,
_params
?
)
:
ManagedValue
<
Value
>
;
}
Type declaration
new
(
config
,
_params
?
)
:
ManagedValue
<
Value
>
Parameters
config
:
RunnableConfig
<
Record
<
string
,
any
>
>
Optional
_params
:
ManagedValueParams
Returns
ManagedValue
<
Value
>
prototype
:
ManagedValue
<
any
>
initialize
:
function
initialize
<
Value
>
(
_config
,
_args
?
)
:
Promise
<
ManagedValue
<
Value
>
>
Type Parameters
Value
=
any
Parameters
_config
:
RunnableConfig
<
Record
<
string
,
any
>
>
Optional
_args
:
any
Returns
Promise
<
ManagedValue
<
Value
>
>
params
params
:
ManagedValueParams
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cls
params
API Reference
Loading...