Search
Preparing search index...
The search index is not available
ngl
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Collection
Class Collection<T>
Type parameters
T
:
Component
|
Element
Hierarchy
Collection
RepresentationCollection
ComponentCollection
Index
Constructors
constructor
Properties
list
Accessors
first
Methods
_remove
dispose
for
Each
Constructors
constructor
new
Collection
(
list
?:
T
[]
)
:
Collection
Parameters
Default value
list:
T
[]
= []
Returns
Collection
Properties
list
list
:
T
[]
Accessors
first
get
first
(
)
:
undefined
|
T
Returns
undefined
|
T
Methods
_remove
_remove
(
elm
:
T
)
:
void
Parameters
elm:
T
Returns
void
dispose
dispose
(
)
:
this
Returns
this
for
Each
for
Each
(
fn
:
function
)
:
this
Parameters
fn:
function
(
x
:
T
)
:
any
Parameters
x:
T
Returns
any
Returns
this
Globals
Collection
constructor
list
first
_remove
dispose
for
Each
Generated using
TypeDoc