Table of Contents

Enum ActionBadgeSeverity

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

Specifies the action badge severity.

public enum ActionBadgeSeverity

Fields

Danger = 5

The badge is displayed with a danger severity.

Info = 1

The badge is displayed with a info severity.

None = 0

The badge is displayed without severity.

Positive = 2

The badge is displayed with a positive severity.

[Obsolete("Use Positive instead.")] Success = 3

The badge is displayed with a positive severity.

Warning = 4

The badge is displayed with a warning severity.