-
Notifications
You must be signed in to change notification settings - Fork 2
ReadOnlyObservableCollection.with
API / ReadOnlyObservableCollection<TItem> / with method
Returns a JavaScript Array containing the elements from the collection and having the one at the provided index replaced with the provided value.
public with(
index: number,
item: TItem
): TItem[]
Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:175
.
-
index:
number
The index at which to set the item in the result array, accepts both positive and negative values. -
item: TItem
The item to set in the result array.
A new Array containing the elements of the collection having the provided value set at the provided index.
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