Enum ReferenceRetrievingTrigger
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Specifies the reference retrieving trigger.
public enum ReferenceRetrievingTrigger
Fields
LookupSuggestions = 0When the suggestions in the lookup dropdown are loading.
LookupUIView = 1When the data in the lookup modal UI view is loading.
LookupValidation = 2When the value needs to be validated by the lookup.
TrySet = 3When a lookup value is set programmatically.