Preparing search index...
The search index is not available
@michaelcoxon/utilities
@michaelcoxon/utilities
Components/ListComponent
default
Class default
interface for disposable objects
Hierarchy
default
<
IListComponentProps
>
default
Index
Constructors
constructor
Properties
#components
#disposed
#initialised
#property
Changed
#props
Accessors
components
property
Changed
props
Methods
dispose
execute
execute
Footer
execute
Header
execute
Item
init
Constructors
constructor
new default
(
props
)
:
default
Parameters
props
:
IListComponentProps
Returns
default
Properties
Private
#components
#components
:
IEnumerable
<
IComponent
<
undefined
>
>
Private
#disposed
#disposed
:
boolean
= false
Private
#initialised
#initialised
:
boolean
= false
Private
#property
Changed
#property
Changed
:
default
<
INotifyPropertyChangedEventArgs
|
INotifyComponentPropertyChangedEventArgs
>
= ...
Private
#props
#props
:
IListComponentProps
Accessors
components
get
components
(
)
:
IEnumerable
<
IComponent
<
undefined
>
>
Returns
IEnumerable
<
IComponent
<
undefined
>
>
property
Changed
get
propertyChanged
(
)
:
IEvent
<
INotifyPropertyChangedEventArgs
|
INotifyComponentPropertyChangedEventArgs
>
Returns
IEvent
<
INotifyPropertyChangedEventArgs
|
INotifyComponentPropertyChangedEventArgs
>
props
get
props
(
)
:
TProps
Returns
TProps
Methods
dispose
dispose
(
)
:
void
Returns
void
execute
execute
(
)
:
(
undefined
|
string
|
any
[]
)
[]
Returns
(
undefined
|
string
|
any
[]
)
[]
Protected
execute
Footer
execute
Footer
(
)
:
string
Returns
string
Protected
execute
Header
execute
Header
(
)
:
string
Returns
string
Protected
execute
Item
execute
Item
(
item
)
:
any
Parameters
item
:
any
Returns
any
init
init
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
#components
#disposed
#initialised
#property
Changed
#props
components
property
Changed
props
dispose
execute
execute
Footer
execute
Header
execute
Item
init
@michaelcoxon/utilities
AggregateDisposable
Arrays/utils/_Array.spec
Arrays/utils/all
Arrays/utils/any
Arrays/utils/average
Arrays/utils/average.spec
Arrays/utils/contains
Arrays/utils/count
Arrays/utils/distinct
Arrays/utils/first
Arrays/utils/firstOrDefault
Arrays/utils/forEach
Arrays/utils/groupBy
Arrays/utils/item
Arrays/utils/last
Arrays/utils/lastOrDefault
Arrays/utils/max
Arrays/utils/min
Arrays/utils/ofType
Arrays/utils/orderBy
Arrays/utils/orderByDescending
Loading...
Generated using
TypeDoc
interface for disposable objects