ViewerClasses
ViewerClasses =
{ [K in keyof ViewerClassByType as `${K}`]: ViewerClassByType[K] }
Defined in: js-api/src/viewer.ts:114
Viewer class by VIEWER type (keyed by the type string, so VIEWER.SCATTER_PLOT and
'Scatter plot' both resolve), as the platform instantiates them.