Package io.jmix.flowui.kit.meta
Annotation Interface StudioDataComponent
public @interface StudioDataComponent
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDescribes the available place in the hierarchy.
-
Element Details
-
name
String name- Default:
- ""
-
classFqn
String classFqn- Default:
- ""
-
category
String category- Default:
- ""
-
icon
String icon- Default:
- ""
-
xmlElement
String xmlElement- Default:
- ""
-
xmlns
String xmlns- Default:
- ""
-
xmlnsAlias
String xmlnsAlias- Default:
- ""
-
availablePlaceRegExp
String availablePlaceRegExpDescribes the available place in the hierarchy. By default, data component can be located inside data.- Default:
- "^((mainView)|(view))?(/data)$"
-
properties
StudioProperty[] properties- Default:
- {}
-
documentationLink
String documentationLink- See Also:
- Default:
- ""
-