Table of Contents

Class NavigationResult

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

Represents the navigation result.

public class NavigationResult : NavigationResult<object>
Inheritance
NavigationResult
Inherited Members

Constructors

NavigationResult(NavigationResultState?, object?)

Initializes a new instance of the NavigationResult class.

public NavigationResult(NavigationResultState? state = null, object? value = null)

Parameters

state NavigationResultState?

State of the navigation result.

value object

Value of the navigation result.