推进 INI 面板 workflow overview embedding mount result
This commit is contained in:
@@ -297,6 +297,11 @@
|
||||
renderWorkflowOverviewEmbeddingState: (renderState, options) => (
|
||||
shellViewModel.renderWorkflowOverviewEmbeddingState(renderState, options ?? { documentRef: document })
|
||||
),
|
||||
mountWorkflowOverviewEmbeddingState: (options) => (
|
||||
shellViewModel.mountWorkflowOverviewEmbeddingState(options ?? {
|
||||
documentRef: document,
|
||||
})
|
||||
),
|
||||
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
|
||||
getLauncherLinks: () => shellViewModel.launcherLinks,
|
||||
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,
|
||||
|
||||
Reference in New Issue
Block a user