Skip to main content

ViewerOptions<TSettings>

ViewerOptions<TSettings> = { [K in keyof TSettings]?: any } & object

Defined in: js-api/src/viewer.ts:85

Viewer settings as Viewer.setOptions and Viewer.getOptions see them: the keys of the settings interface (with their docs) for completion, any value, plus any legacy or package-specific key.

Type Parameters

Type Parameter
TSettings