Package io.jmix.flowui.kit.meta
Annotation Interface StudioAction
Meta description that describes action.
-
Element Details
-
type
String typeAction type. Should be related toio.jmix.flowui.action.ActionType
.- Default:
- ""
-
classFqn
String classFqn- See Also:
- Default:
- ""
-
icon
String icon- See Also:
- Default:
- ""
-
description
String descriptionAction description. Studio will use the description in wizards.- Default:
- ""
-
target
String[] target- See Also:
- Default:
- {}
-
unsupportedTarget
String[] unsupportedTarget- See Also:
- Default:
- {}
-
availableInViewWizard
boolean availableInViewWizardSpecifies whether the action should be displayed in the view creation wizard.- Default:
- false
-
properties
StudioProperty[] properties- See Also:
- Default:
- {}
-
items
StudioPropertiesItem[] itemsProperties that should be wrapped intoproperty
tag and added to theproperties
tag.- Default:
- {}
-
documentationLink
String documentationLink- See Also:
- Default:
- ""
-