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