A collection of initializable items.

interface InitializableCollection<TProps, T> {
    initializedItems: ReadOnlyCollection<T>;
}

Type Parameters

Hierarchy (view full)

Implemented by

Properties

Properties

initializedItems: ReadOnlyCollection<T>

Returns a collection of the initialized items.