| Interface | Description |
|---|---|
| ScriptFunctionDocProvider | |
| ScriptFunctionHint | |
| ScriptHintDocs |
ScriptHintDocs provides the information that will be used when displaying the documentation that
is seen when the auto-complete pop-up is active.
|
| Class | Description |
|---|---|
| PropertiesFileDocProvider | |
| ScriptFunctionHintBuilder |
| Annotation Type | Description |
|---|---|
| LinkToUserManual |
Functions carrying this annotation will have a link to the user manual page auto-generated based
on the method name.
|
| NoHint |
Methods annotated with @NoHint will not show up in the script hint auto-complete list.
|
| ScriptArg |
Annotates an argument of a function being added to the scripting system.
|
| ScriptFunction |
Annotates a function added to the scripting system.
|