Skip to content

ICollectionItemValidationTriggerConfig.collection

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Gets the collection containing the items that may trigger validation.

Property type: INotifyCollectionChanged<TItem> & Iterable<TItem, any, any>.

readonly collection: INotifyCollectionChanged<TItem> | Iterable<TItem, any, any>

Source reference: src/validation/triggers/CollectionItemValidationTrigger.ts:21.

Clone this wiki locally