Interface ILookupContext
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Provides the functionalities of lookup context.
public interface ILookupContext
Properties
Item
Gets the item.
IUIView? Item { get; }
Property Value
Property
Gets the property.
IViewModelProperty? Property { get; }
Property Value
ViewModel
Gets the view model.
IViewModel ViewModel { get; }