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
Properties
Gets the view model property states.
List<IViewModelPropertyState> Properties { get; }
Property Value
Sorts
Gets the sorts applied to the view model.
List<Sort> Sorts { get; }
Property Value
SubUIViews
Gets the sub-UI view model states.
Dictionary<string, IViewModelState> SubUIViews { get; }