Table of Contents

Enum ActionLocation

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

Specifies the action location.

public enum ActionLocation

Fields

ChildOf = 1

The action can be launched by a dropdown of the button of the parent action.

Hidden = 2

The action is not displayed in the ui view.

Panel = 3

The action can be launched by a button in the action panel of the ui view.

Toolbar = 0

The action can be launched by a button in the toolbar of the ui view.