Documentation
Preparing search index...
transients/core/writable-signal/traits/methods/writable-signal.update.trait
WritableSignalUpdateTrait
Interface WritableSignalUpdateTrait<GValue>
Updates the
Signal
's value.
interface
WritableSignalUpdateTrait
<
GValue
>
{
update
(
updateFunction
:
SignalUpdateFunctionCallback
<
GValue
>
)
:
void
;
}
Type Parameters
GValue
Hierarchy (
View Summary
)
WritableSignalUpdateTrait
WritableSignalTrait
Index
Methods
update
Methods
update
update
(
updateFunction
:
SignalUpdateFunctionCallback
<
GValue
>
)
:
void
Parameters
updateFunction
:
SignalUpdateFunctionCallback
<
GValue
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
update
Documentation
Loading...
Updates the
Signal
's value.