Returns

{Object} A reference to Viewer SDK component. The method returns null if the componentId is not a supported viewer component or if the component was not yet created by the viewer logic.

Example

<instance>.setHandlers({
 "initComplete":function() {
  var spinView = <instance>.getComponent("spinView");
}
})
b7426f53-aad9-4c00-83fc-664f30f681e8