Table of Contents

Interface IComponentViewModel

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

Provides the functionalities of the MVVM view model of a UI component.

public interface IComponentViewModel : IBaseViewModel
Inherited Members

Methods

NavigateAsync(NavigationOptions)

Navigates to a UI view. It will not call any Navigating event rule.

Task NavigateAsync(NavigationOptions options)

Parameters

options NavigationOptions

Navigation options.

Returns

Task

A Task representing the asynchronous operation.