-
Notifications
You must be signed in to change notification settings - Fork 2
resolveAllValidationTriggers
API / resolveAllValidationTriggers function
Resolves the given well-known validation triggers to concrete ones.
function resolveAllValidationTriggers(
validationTriggers: ValidationTriggerSet
): readonly ValidationTrigger[]
Source reference: src/validation/triggers/resolveAllValidationTriggers.ts:10
.
-
validationTriggers: ValidationTriggerSet
The well-known validation triggers to interpret.
Returns: readonly
ValidationTrigger[]
Returns a set of concrete validation triggers that correspond to the given well-known ones.
Overview
Motivation
Guides and Tutorials - Getting Started
Releases
CodeSandbox
API
Events
IEvent
IEventHandler
EventDispatcher
ViewModels
INotifyPropertiesChanged
ViewModel
Forms
Form
IFormFieldConfig
FormField
ReadOnlyFormCollection
FormCollection
IConfigurableFormCollection
FormSetupCallback
Validation
IValidator
ValidatorCallback
IObjectValidator
IValidatable
Validation / Triggers
WellKnownValidationTrigger
ValidationTrigger
Observable Collection
ReadOnlyObservableCollection
ObservableCollection
INotifyCollectionChanged
CollectionChangeOperation
INotifyCollectionReordered
CollectionReorderOperation
Observable Map
ReadOnlyObservableMap
ObservableMap
INotifyMapChanged
MapChangeOperation
Observable Set
ReadOnlyObservableSet
ObservableSet
INotifySetChanged
SetChangeOperation
Dependency Handling
IDependencyResolver
IDependencyContainer
DependencyContainer
useDependency
useViewModelDependency
useDependencyResolver
React Hooks
useViewModel
useViewModelMemo
useObservableCollection
useObservableMap
useObservableSet