Component
Instance Methods
getDisplayName
25.0string
Returned Promise will be fullfilled with the value of display name for this component
getMatchName
25.0string
Returned Promise will be fullfilled with the value of internal matchname for this component
getParam
25.0ComponentParam
Get a parameter from the component based on the given input index. Parameter indexes are zero-based, and the actual is defined exclusively by the component itself.
Parameters
Name | Type | Description |
---|---|---|
paramIndex | number | - |
getParamCount
25.0number
Gets the number of param in the component