IMapItemValidationTriggerConfig - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IMapItemValidationTriggerConfig<TKey, TItem> interface
Represents the map item validation trigger configuration.
interface IMapItemValidationTriggerConfig<TKey, TItem>
Source reference: src/validation/triggers/MapItemValidationTrigger.ts:18
.
-
TKey - The type of keys the map contains.
-
TItem - The type of items the map contains.
-
readonly
map - Gets the map containing the items that may trigger validation. -
readonly
validationTriggerSelector - Gets the selector that provides the individual validation triggers for each item.
-
optional
shouldTriggerValidation - Optional, a guard method which controls when a validation should be triggered.