Class Archetype.component.abstractComponent
Archetype.component.abstractComponent
Describes the Standard Component Interface
Defined in: abstractComponent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
constructor
|
|
|
Name of the component.
|
|
|
Set up the Component dependencies
The component won't launch main() unless
every dependencies in the setup are available
|
Field Detail
initialize
constructor
name
Name of the component.
Your component will only be available if this is filled with the good classpath
setup
Set up the Component dependencies
The component won't launch main() unless
every dependencies in the setup are available