[ static ] get(id)

Class: UIComponent.

Description:

Get UI component by ID.

Parameters:

Name Type Description

id

number

ID of requested component

Returns:

Returns UI component or undefined if there is no valid component with specified ID.

Type: any | undefined