Table of Contents

Enum NavigationTarget

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

Specifies the navigation target.

public enum NavigationTarget

Fields

Default = 0

The view will be in a default open mode.

NestedFrame = 2

The view will open in the current frame.

NewFrame = 1

The view will be in a new frame. If the container is a tabs container, the view will be in a new tab.

Popup = 4

The view will be in a popup.

SameFrame = 3

The view will replace the current frame.