This section describes Webcomponent specific front calls.
This table shows the functions provided by the "webcomponent" module on the front-ends supporting web components.
| Function Name | Description | 
|---|---|
ui.Interface.frontCall("webcomponent", "call",
  [aui-name, function-name, [ param1, param2, ... ] ],
  [result]
)
 | 
Calls a JavaScript function through the web component. | 
ui.Interface.frontCall("webcomponent", "frontCallAPIVersion",
  [],[result])
 | 
Returns the API version of web component front-end calls. | 
ui.Interface.frontCall("webcomponent", "getTitle",
  [aui-name], [result] )
 | 
Returns the title of the HTML doc rendered by a web component. |