ICollectionChangedValidationTriggerConfig - Andrei15193/react-model-view-viewmodel GitHub Wiki

API / ICollectionChangedValidationTriggerConfig<TItem, TCollection> interface

Represents the collection changed validation trigger configuration.

interface ICollectionChangedValidationTriggerConfig<TItem = unknown, TCollection extends INotifyCollectionChanged<TItem> = INotifyCollectionChanged<TItem>>

Source reference: src/validation/triggers/CollectionChangedValidationTrigger.ts:9.

Generic Parameters

Properties

  • readonly collection - Gets the collection that may trigger a validation.

Methods

  • optional shouldTriggerValidation - Optional, a guard method which controls when a validation should be triggered.
⚠️ **GitHub.com Fallback** ⚠️