Package io.jmix.flowui.kit.meta
Annotation Interface StudioPropertyGroup
Declares a reusable group of
StudioProperty definitions.
A group should be declared on a class or interface and referenced from
propertyGroups() in StudioComponent, StudioElement,
StudioFacet, StudioDataComponent, StudioAction,
StudioActionsGroup or StudioElementsGroup.
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionProperties included in the group.
-
Element Details
-
properties
StudioProperty[] propertiesProperties included in the group.- Default:
{}
-