Skip to content

ValidationTrigger.constructor

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Initializes a new instance of the ValidationTrigger<TTrigger> class.

protected constructor(
  trigger: TTrigger
)

Source reference: src/validation/triggers/ValidationTrigger.ts:48.

Parameters

  • trigger: TTrigger
    The source object that triggers validation.
Clone this wiki locally