getComponent
Description
Retrieves the details of a component.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
component | The name of the component. | String/Text | - | - | Partial (Yes if no 'componentId'.) |
componentId | The id of the component. | String/Text | - | - | Partial (Yes if no 'component'.) |
* Note: Either component or componentId must have value in order for this function to work.
Output
Description | Output Type |
---|---|
Returns the details of the component. | Array/List |
Callback
N/A
Video
Coming Soon.
Example
The user view all the attribute/ details of a component.
Step
Draw a button "ButtonGetCom".
Call the function.
Result
In the console, the details of component:
Links
Last updated