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