File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/voila/src/plugins/outputs Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { OutputAreaModel, SimplifiedOutputArea } from '@jupyterlab/outputarea';
3
3
import { IRenderMimeRegistry } from '@jupyterlab/rendermime' ;
4
4
import { Widget } from '@lumino/widgets' ;
5
5
import { PageConfig , URLExt } from '@jupyterlab/coreutils' ;
6
+ import { type VoilaWidgetManager } from '@voila-dashboards/widgets-manager8/lib/manager' ;
6
7
7
8
/**
8
9
* Interface representing the structure of an execution result message.
@@ -62,7 +63,7 @@ export function handleExecutionResult({
62
63
} : {
63
64
payload : IExecutionResultMessage [ 'payload' ] ;
64
65
rendermime : IRenderMimeRegistry ;
65
- widgetManager : any ;
66
+ widgetManager : VoilaWidgetManager ;
66
67
} ) : IReceivedWidgetModel | undefined {
67
68
const { cell_index, output_cell } = payload ;
68
69
const element = document . querySelector ( `[cell-index="${ cell_index + 1 } "]` ) ;
You can’t perform that action at this time.
0 commit comments