推进 INI 面板 workflow overview embedding contract
This commit is contained in:
@@ -270,6 +270,15 @@
|
||||
documentRef: document,
|
||||
})
|
||||
),
|
||||
getWorkflowOverviewContract: (options) => (
|
||||
shellViewModel.createWorkflowOverviewContract(options)
|
||||
),
|
||||
getWorkflowOverviewReadiness: (options) => (
|
||||
shellViewModel.createWorkflowOverviewReadiness(options)
|
||||
),
|
||||
mountWorkflowOverviewEmbedding: (options) => (
|
||||
shellViewModel.mountWorkflowOverviewEmbedding(options)
|
||||
),
|
||||
isSupportedShellSessionHandoffPackage: shellViewModel.isSupportedShellSessionHandoffPackage,
|
||||
getLauncherLinks: () => shellViewModel.launcherLinks,
|
||||
getControlPageApiMethods: () => shellViewModel.controlPage.browserApiMethods,
|
||||
|
||||
Reference in New Issue
Block a user