Table of Contents

Interface IViewModelState

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

Provides the functionalities of a view model state.

public interface IViewModelState

Properties

Filter

Gets the filter applied to the view model.

Filter? Filter { get; }

Property Value

Filter

Properties

Gets the view model property states.

List<IViewModelPropertyState> Properties { get; }

Property Value

List<IViewModelPropertyState>

Sorts

Gets the sorts applied to the view model.

List<Sort> Sorts { get; }

Property Value

List<Sort>

SubUIViews

Gets the sub-UI view model states.

Dictionary<string, IViewModelState> SubUIViews { get; }

Property Value

Dictionary<string, IViewModelState>