-
Notifications
You must be signed in to change notification settings - Fork 2
IReadOnlyObservableSet.entries
API / IReadOnlyObservableSet<TItem> / entries method
Gets an iterator that provides each element in the set in an item-item tupple. Items in a set are their own key.
entries(): IterableIterator<[TItem, TItem], any, any>
Source reference: src/collections/observableSet/IReadOnlyObservableSet.ts:28
.
Returns: IterableIterator<[TItem, TItem], any
, any
>
An iterator going over key-item pairs for each element in the set.
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