Skip to content

IMapItemValidationTriggerConfig

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / IMapItemValidationTriggerConfig<TKey, TItem> interface

Represents the map item validation trigger configuration.

interface IMapItemValidationTriggerConfig<TKey, TItem>

Source reference: src/validation/triggers/MapItemValidationTrigger.ts:18.

Generic Parameters

  • TKey - The type of keys the map contains.

  • TItem - The type of items the map contains.

Properties

  • 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.

Methods

  • optional shouldTriggerValidation - Optional, a guard method which controls when a validation should be triggered.
Clone this wiki locally