Package io.jmix.flowui.kit.meta
Annotation Interface StudioDataComponent
public @interface StudioDataComponent
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionDescribes the available place in the hierarchy.
- 
Element Details- 
nameString name- Default:
- ""
 
- 
classFqnString classFqn- Default:
- ""
 
- 
categoryString category- Default:
- ""
 
- 
iconString icon- Default:
- ""
 
- 
xmlElementString xmlElement- Default:
- ""
 
- 
xmlnsString xmlns- Default:
- ""
 
- 
xmlnsAliasString xmlnsAlias- Default:
- ""
 
- 
availablePlaceRegExpString availablePlaceRegExpDescribes the available place in the hierarchy. By default, data component can be located inside data.- Default:
- "^((mainView)|(view))?(/data)$"
 
- 
propertiesStudioProperty[] properties- Default:
- {}
 
 
-