Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/directives
ForInContext
Class ForInContext<T>
Type Parameters
T
Hierarchy (
View Summary
)
ForContext
<
T
>
ForInContext
Index
Constructors
constructor
Properties
$implicit
count
in
index
Accessors
even
first
last
odd
Methods
update
Constructors
constructor
new
ForInContext
<
T
>
(
$implicit
:
T
,
forIn
:
T
[]
,
index
:
number
,
count
:
number
,
)
:
ForInContext
<
T
>
Type Parameters
T
Parameters
$implicit
:
T
forIn
:
T
[]
index
:
number
count
:
number
Returns
ForInContext
<
T
>
Properties
$implicit
$implicit
:
T
count
count
:
number
in
in
:
T
[]
index
index
:
number
Accessors
even
get
even
()
:
boolean
Returns
boolean
first
get
first
()
:
boolean
Returns
boolean
last
get
last
()
:
boolean
Returns
boolean
odd
get
odd
()
:
boolean
Returns
boolean
Methods
update
update
(
forContext
:
ForContext
<
T
>
)
:
void
Parameters
forContext
:
ForContext
<
T
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$implicit
count
in
index
Accessors
even
first
last
odd
Methods
update
Ibyar/Aurora
Loading...