Preparing search index...
The search index is not available
@michaelcoxon/utilities
@michaelcoxon/utilities
Components/Component
IComponent
Interface IComponent<TProps>
interface for disposable objects
Type Parameters
TProps
extends
Props
=
undefined
Hierarchy
INotifyPropertyChanged
IDisposable
IComponent
Implemented by
default
Index
Properties
components
property
Changed
props
Methods
dispose
init
Properties
Readonly
components
components
:
IEnumerable
<
IComponent
<
undefined
>
>
Readonly
property
Changed
property
Changed
:
IEvent
<
INotifyPropertyChangedEventArgs
|
INotifyComponentPropertyChangedEventArgs
>
Readonly
props
props
:
TProps
Methods
dispose
dispose
(
)
:
void
Returns
void
init
init
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
components
property
Changed
props
dispose
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