Package io.jmix.flowui.kit.meta
Annotation Interface StudioFacet
Meta description that describes facet.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDescribes the available place in the hierarchy.
-
Element Details
-
name
String name- See Also:
- Default:
- ""
-
classFqn
String classFqn- See Also:
- Default:
- ""
-
category
String category- See Also:
- Default:
- ""
-
icon
String icon- See Also:
- Default:
- ""
-
xmlElement
String xmlElement- See Also:
- Default:
- ""
-
xmlns
String xmlns- See Also:
- Default:
- ""
-
xmlnsAlias
String xmlnsAlias- See Also:
- 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- See Also:
- Default:
- {}
-
documentationLink
String documentationLink- See Also:
- Default:
- ""
-