Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/expressions
Lazy
Class Lazy<T>
Type Parameters
T
Hierarchy (
View Summary
)
ReactiveNode
<
T
>
Lazy
Index
Constructors
constructor
Properties
index
scope
Methods
get
get
Index
get
Scope
subscribe
Constructors
constructor
new
Lazy
<
T
>
(
scope
:
SignalScope
,
index
:
number
,
updateFn
:
()
=>
T
)
:
Lazy
<
T
>
Type Parameters
T
Parameters
scope
:
SignalScope
index
:
number
updateFn
:
()
=>
T
Returns
Lazy
<
T
>
Properties
Protected
index
index
:
number
Protected
scope
scope
:
SignalScope
Methods
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
scope
Methods
get
get
Index
get
Scope
subscribe
Ibyar/Aurora
Loading...