Table of Contents

Class ComponentViewModel

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

Represents the MVVM view model of an UI component.

[ExcludeFromCodeCoverage]
public abstract class ComponentViewModel : BaseComponentViewModel, IComponentViewModel, IBaseViewModel
Inheritance
ComponentViewModel
Implements
Derived
Inherited Members

Methods

NavigateAsync(NavigationOptions)

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

public Task NavigateAsync(NavigationOptions options)

Parameters

options NavigationOptions

Navigation options.

Returns

Task

A Task representing the asynchronous operation.