Skip to content

IValidationConfig.triggers

Andrei Fangli edited this page Jun 4, 2021 · 1 revision

Additional validation triggers, if the target or any of the triggers notify of properties changing then a validation is done on the target.

This is an optional read-only property.
Property type: readonly Array<INotifyPropertiesChanged>

readonly triggers?: readonly INotifyPropertiesChanged[]
Clone this wiki locally