Package io.jmix.flowui.kit.meta
Annotation Interface StudioFacet
-
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, facet component can be located inside facets.- Default:
- "^((mainView)|(view))?(/facets)$"
-
properties
StudioProperty[] properties- Default:
- {}
-