getComponent

Description

Retrieves the details of a component.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

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

DescriptionOutput 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

  1. Draw a button "ButtonGetCom".

  2. Call the function.

Result

In the console, the details of component:

Last updated