Documentation
Preparing search index...
interfaces/writable-signal/writable-signal
WritableSignal
Interface WritableSignal<GValue>
Represents a writable signal: a signal that can be set to a new value.
interface
WritableSignal
<
GValue
>
{
"[SIGNAL]"
:
unknown
;
set
(
value
:
GValue
)
:
void
;
asReadonly
()
:
Signal
<
GValue
>
;
()
:
GValue
;
}
Type Parameters
GValue
Hierarchy (
View Summary
)
Signal
<
GValue
>
WritableSignal
WritableSignal
()
:
GValue
Returns
GValue
Index
Properties
[
SIGNAL]
Methods
set
as
Readonly
Properties
[
SIGNAL]
"[SIGNAL]"
:
unknown
Methods
set
set
(
value
:
GValue
)
:
void
Parameters
value
:
GValue
Returns
void
as
Readonly
asReadonly
()
:
Signal
<
GValue
>
Returns
Signal
<
GValue
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
SIGNAL]
Methods
set
as
Readonly
Documentation
Loading...
Represents a writable signal: a signal that can be set to a new value.