Component

Since: 25.6

Instance Methods

getDisplayName

Returned Promise will be fullfilled with the value of display name for this component

Since: 25.6

Returns: Promise<string>

getMatchName

Returned Promise will be fullfilled with the value of internal matchname for this component

Since: 25.6

Returns: Promise<string>

getParam

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.

Since: 25.6

Returns: ComponentParam

Parameters

Name
Type
Description
paramIndex
number
-

getParamCount

Gets the number of param in the component

Since: 25.6

Returns: number