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 SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString value- Returns:
- The name of this argument, e.g. "opcServerName" or "rowCount".
 
 
- 
- 
- 
optionalboolean optional- Returns:
- True if this argument is optionally present.
 - Default:
- false
 
 
-