Loading...
Item | Name | Description |
---|---|---|
A | Library | The library that the current code template belongs to. |
B | Type | The type of code template to create.
|
C | Code | The actual code to use. At the top of the code you may optionally provide a JSDoc comment block explaining the purpose and function of the template. This comment will be shown as the description for the template. |
D | Context | Select which scripts should have access to this code template. Limiting contexts to only those scripts where a code template is actually needed can help optimize memory usage. For additional information, see Code Template Contexts. |
E | Update JSDoc | Generates / updates a JSDoc at the beginning of your code, with parameter / return annotations as needed. For additional information, see Use JSDoc in Code Templates. |