-
Notifications
You must be signed in to change notification settings - Fork 2
ICollectionChange
API / ICollectionChange<TItem> interface
Contains information about items that are added or removed from a collection.
interface ICollectionChange<TItem>
Source reference: src/collections/observableCollections/ICollectionChange.ts:5
.
- TItem - The type of items the collection contains.
-
readonly
addedItems - The items that were added to the collection. -
readonly
operation - The operation that was performed -
readonly
removedItems - The items that were removed from the collection. -
readonly
startIndex - The start index where the change has happenend.
Overview
Motivation
Guides and Tutorials - Getting Started
Releases
CodeSandbox
API
Events
IEvent
IEventHandler
EventDispatcher
ViewModels
INotifyPropertiesChanged
ViewModel
Forms
Form
IFormFieldConfig
FormField
ReadOnlyFormCollection
FormCollection
IConfigurableFormCollection
FormSetupCallback
Validation
IValidator
ValidatorCallback
IObjectValidator
IValidatable
Validation / Triggers
WellKnownValidationTrigger
ValidationTrigger
Observable Collection
ReadOnlyObservableCollection
ObservableCollection
INotifyCollectionChanged
CollectionChangeOperation
INotifyCollectionReordered
CollectionReorderOperation
Observable Map
ReadOnlyObservableMap
ObservableMap
INotifyMapChanged
MapChangeOperation
Observable Set
ReadOnlyObservableSet
ObservableSet
INotifySetChanged
SetChangeOperation
Dependency Handling
IDependencyResolver
IDependencyContainer
DependencyContainer
useDependency
useViewModelDependency
useDependencyResolver
React Hooks
useViewModel
useViewModelMemo
useObservableCollection
useObservableMap
useObservableSet