Skip to content

CollectionReorderedValidationTrigger

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

Represents a collection reordered validation trigger. Whenever the collection reorders a validation may be triggered.

Extends ValidationTrigger<TCollection>.

class CollectionReorderedValidationTrigger<TItem = unknown, TCollection extends INotifyCollectionReordered<TItem> = INotifyCollectionReordered<TItem>>
    extends ValidationTrigger<TCollection>

Source reference: src/validation/triggers/CollectionReorderedValidationTrigger.ts:28.

Generic Parameters

Constructors

Properties

  • inherited readonly trigger - Gets the source object that triggers validation.
  • inherited readonly validationTriggered - Gets an event that is raised whenever the source object triggers a validation.

Methods

Inheritance Hierarchy

Clone this wiki locally