Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/aurora
ViewChildSignal
Class ViewChildSignal<T>
Type Parameters
T
Hierarchy (
View Summary
)
Signal
<
T
>
ViewChildSignal
Index
Constructors
constructor
Properties
index
scope
selector
Methods
as
Readonly
get
get
Index
get
Scope
set
subscribe
update
Constructors
constructor
new
ViewChildSignal
<
T
>
(
scope
:
SignalScope
,
index
:
number
,
selector
:
string
|
HTMLElement
|
Type
<
T
>
,
)
:
ViewChildSignal
<
T
>
Type Parameters
T
Parameters
scope
:
SignalScope
index
:
number
selector
:
string
|
HTMLElement
|
Type
<
T
>
Returns
ViewChildSignal
<
T
>
Properties
Protected
index
index
:
number
Protected
scope
scope
:
SignalScope
selector
selector
:
string
|
HTMLElement
|
Type
<
T
>
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
selector
Methods
as
Readonly
get
get
Index
get
Scope
set
subscribe
update
Ibyar/Aurora
Loading...