COMP Extensions Page
Jump to navigation
Jump to search
Parameters - Extensions Page
The Extensions parameter page sets the component's python extensions. Please see extensions for more information.
Re-Init Extensions reinitextensions
- Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.
Extension Object 1 extension1
- A number of class instances that can be attached to the component.
Extension Name 1 extname1
- Optional name to search by, instead of the instance class name.
Promote Extension 1 promoteextension1
- Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext
member. Example: n.Somefunction
vs n.ext.Somefunction