Accepted parameters can be assigned to a component.
This is the type definition of the parameter, and does not store the value.
Components which accept parameters will have a defineParameter implementation.
param name
The name of the parameter.
param type
The type of the parameter.
If using an enum, use the CustomEnumParameter class.
Accepted parameters can be assigned to a component. This is the type definition of the parameter, and does not store the value. Components which accept parameters will have a defineParameter implementation.
The name of the parameter.
The type of the parameter. If using an enum, use the CustomEnumParameter class.
The default value of the parameter.
A description of the parameter.