Table of Contents

Enum ReferenceRetrievingTrigger

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Specifies the reference retrieving trigger.

public enum ReferenceRetrievingTrigger

Fields

LookupSuggestions = 0

When the suggestions in the lookup dropdown are loading.

LookupUIView = 1

When the data in the lookup modal UI view is loading.

LookupValidation = 2

When the value needs to be validated by the lookup.

TrySet = 3

When a lookup value is set programmatically.