Annotation Interface PluginInfo
Class Annotation for informing Plan about a plugin.
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
name
String nameName of the plugin, limited to 50 characters.- Returns:
- String of max 50 characters, remainder will be clipped.
-
-
-
iconName
String iconNameName of Font Awesome icon.See https://fontawesome.com/icons (select 'free')) for icons and their
Family
.- Returns:
- Name of the icon, if name is not valid no icon is shown.
- Default:
- "cube"
-
iconFamily
Family iconFamilyFamily of Font Awesome icon.See https://fontawesome.com/icons (select 'free')) for icons and their
Family
.- Returns:
- Family that matches an icon, if there is no icon for this family no icon is shown.
- Default:
- SOLID
-
color
Color colorColor preference of the plugin.This color will be set as the default color to use for plugin's elements.
- Returns:
- Preferred color. If none are specified defaults are used.
- Default:
- NONE
-