i
Parameter
Access methods are used to retrieve items or access specific functionalities.
Class methods are specific to each element, facilitating their management and incorporating their own behavior.
Access Method
Name |
Description |
Result |
---|---|---|
$d.getParameter(idParameter) |
Searches the interface for a parameter by identifier. •String idParameter: Parameter identifier |
Parameter |
Class Methods
Name |
Description |
Result |
---|---|---|
getValue() |
Gets the parameter value. |
String | Number | Boolean |