Annotation Interface StudioAction


@Target(METHOD) @Inherited public @interface StudioAction
  • Element Details

    • type

      String type
      Default:
      ""
    • classFqn

      String classFqn
      Default:
      ""
    • icon

      String icon
      Default:
      ""
    • description

      String description
      Default:
      ""
    • defaultProperty

      String defaultProperty
      Default:
      ""
    • target

      String[] target
      Default:
      {}
    • unsupportedTarget

      String[] unsupportedTarget
      Default:
      {}
    • availableInViewWizard

      boolean availableInViewWizard
      Default:
      false
    • properties

      StudioProperty[] properties
      Default:
      {}
    • items

      Default:
      {}