Table of Contents

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

IUIView

Property

Gets the property.

IViewModelProperty? Property { get; }

Property Value

IViewModelProperty

ViewModel

Gets the view model.

IViewModel ViewModel { get; }

Property Value

IViewModel