Skip to content

ISetItemValidationTriggerConfig

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

Represents the set item validation trigger configuration.

interface ISetItemValidationTriggerConfig<TItem>

Source reference: src/validation/triggers/SetItemValidationTrigger.ts:16.

Generic Parameters

  • TItem - The type of items the set contains.

Properties

  • readonly set - Gets the set 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