Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/aurora
Signal
Class Signal<T>
Type Parameters
T
Hierarchy (
View Summary
)
ReactiveNode
<
T
>
Signal
InputWithTransform
InputSignal
FormValueSignal
OutputSignal
ViewChildSignal
FormValueSignal
InputSignal
OutputSignal
ViewChildSignal
InputWithTransform
Index
Constructors
constructor
Properties
index
scope
Methods
as
Readonly
get
get
Index
get
Scope
set
subscribe
update
Constructors
constructor
new
Signal
<
T
>
(
scope
:
SignalScope
,
index
:
number
,
initValue
?:
T
)
:
Signal
<
T
>
Type Parameters
T
Parameters
scope
:
SignalScope
index
:
number
Optional
initValue
:
T
Returns
Signal
<
T
>
Properties
Protected
index
index
:
number
Protected
scope
scope
:
SignalScope
Methods
as
Readonly
asReadonly
()
:
ReadOnlySignal
<
unknown
>
Returns
ReadOnlySignal
<
unknown
>
get
get
()
:
T
Returns
T
get
Index
getIndex
()
:
number
Returns
number
get
Scope
getScope
()
:
SignalScope
Returns
SignalScope
set
set
(
value
:
T
)
:
void
Parameters
value
:
T
Returns
void
subscribe
subscribe
(
callback
:
ValueChangedCallback
)
:
ScopeSubscription
<
any
[]
>
Parameters
callback
:
ValueChangedCallback
Returns
ScopeSubscription
<
any
[]
>
update
update
(
updateFn
:
(
value
:
T
)
=>
T
)
:
void
Parameters
updateFn
:
(
value
:
T
)
=>
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
index
scope
Methods
as
Readonly
get
get
Index
get
Scope
set
subscribe
update
Ibyar/Aurora
Loading...