Skip to content
Snippets Groups Projects
Commit 01b0dde5 authored by Alexander Rose's avatar Alexander Rose
Browse files

set plugin Context.customState: unknown

parent ed1bc8cb
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ export class PluginContext { ...@@ -137,7 +137,7 @@ export class PluginContext {
* Used to store application specific custom state which is then available * Used to store application specific custom state which is then available
* to State Actions and similar constructs via the PluginContext. * to State Actions and similar constructs via the PluginContext.
*/ */
readonly customState: any = Object.create(null); readonly customState: unknown = Object.create(null);
initViewer(canvas: HTMLCanvasElement, container: HTMLDivElement) { initViewer(canvas: HTMLCanvasElement, container: HTMLDivElement) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment