uses

Type: Array of strings
Required: No

"uses": []

This property defines a list of controls that are used in this control (static or dynamic at runtime). This property references the JavaScript and stylesheet files of the controls used in this control. By default, no other controls are used. The base control does not have to be referenced again.

If other controls are used in this control, the control type or name of the control defined in Description.json must be specified.
The following listing shows an example of a framework control that uses the TcHmiButton and a user-specific control:

"uses": [
  "tchmi-button",
  "tchmi-my-framework-control"
]

For more information about using controls in a framework control, see Examples.