Annotation Interface AiToolComponentScript
Annotation used on tool class (class must be also marked with
ToolComponent annotation) will
cause injection of given script with tool implementation.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionFragments, where action's script will be injected.
-
Element Details
-
value
String valuePath to script resource (from classpath or plugin resources) which will be injected to specific fragments. -
fragments
ActionUIFragment[] fragmentsFragments, where action's script will be injected. Default to form.- Default:
{FORM, FORM_MOBILE}
-