viewer()
viewer(
options?): (constructor) =>void
A function that registers DG.JsViewer.
Parameters
| Parameter | Type |
|---|---|
options? | object |
options.description? | string |
options.icon? | string |
options.name? | string |
options.toolbox? | boolean |
options.trellisable? | boolean |
options.viewerPath? | string |
Returns
Function
Parameters
| Parameter | Type |
|---|---|
constructor | Function |
Returns
void