Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
langgraph
WritableManagedValue
Class WritableManagedValue<Value, Update>
Abstract
Type Parameters
Value
=
any
Update
=
any
Hierarchy (
view full
)
ManagedValue
<
Value
>
WritableManagedValue
SharedValue
Index
Constructors
constructor
Properties
config
lg_
is_
managed_
value
runtime
Methods
add
Promise
call
promises
update
initialize
Constructors
constructor
new
Writable
Managed
Value
<
Value
,
Update
>
(
config
,
_params
?
)
:
WritableManagedValue
<
Value
,
Update
>
Type Parameters
Value
=
any
Update
=
any
Parameters
config
:
RunnableConfig
<
Record
<
string
,
any
>
>
Optional
_params
:
ManagedValueParams
Returns
WritableManagedValue
<
Value
,
Update
>
Properties
config
config
:
RunnableConfig
<
Record
<
string
,
any
>
>
lg_
is_
managed_
value
lg_
is_
managed_
value
:
boolean
runtime
runtime
:
boolean
Methods
Protected
add
Promise
add
Promise
(
promise
)
:
void
Parameters
promise
:
Promise
<
unknown
>
Returns
void
Abstract
call
call
(
step
)
:
Value
Parameters
step
:
number
Returns
Value
promises
promises
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
Abstract
update
update
(
writes
)
:
Promise
<
void
>
Parameters
writes
:
Update
[]
Returns
Promise
<
void
>
Static
initialize
initialize
<
Value
>
(
_config
,
_args
?
)
:
Promise
<
ManagedValue
<
Value
>
>
Type Parameters
Value
=
any
Parameters
_config
:
RunnableConfig
<
Record
<
string
,
any
>
>
Optional
_args
:
any
Returns
Promise
<
ManagedValue
<
Value
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
config
lg_
is_
managed_
value
runtime
add
Promise
call
promises
update
initialize
API Reference
Loading...