Annotation Interface StudioPropertyGroup


@Documented @Target(TYPE) public @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 Elements
    Modifier and Type
    Optional Element
    Description
    Properties included in the group.
  • Element Details

    • properties

      StudioProperty[] properties
      Properties included in the group.
      Default:
      {}