Annotation Interface ScriptArg
Annotates an argument of a function being added to the scripting system.
Provides the name of the argument that will be used in the script hints auto-complete system.
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
String value- Returns:
 - The name of this argument, e.g. "opcServerName" or "rowCount".
 
 
 - 
 - 
- 
optional
boolean optional- Returns:
 - True if this argument is optionally present.
 
- Default:
 - false
 
 
 -