viewer()
viewer(
options?): (constructor) =>void
Defined in: src/decorators/functions.ts:36
A function that registers DG.JsViewer.
Parameters
| Parameter | Type |
|---|---|
options? | { description?: string; icon?: string; name?: string; toolbox?: boolean; trellisable?: boolean; viewerPath?: string; } |
options.description? | string |
options.icon? | string |
options.name? | string |
options.toolbox? | boolean |
options.trellisable? | boolean |
options.viewerPath? | string |
Returns
(constructor) => void