新增 INI 面板 shell API surface inventory
This commit is contained in:
@@ -121,6 +121,14 @@
|
||||
workflowSummary: shellViewModel.shellSessionHandoffWorkflowSummary,
|
||||
})
|
||||
),
|
||||
getWorkflowOverviewApiSurfaceInventory: (options) => (
|
||||
shellViewModel.createShellApiSurfaceInventory(options ?? {
|
||||
launchApiManifest: shellViewModel.launchApiManifest,
|
||||
controlPageApiManifest: shellViewModel.controlPage.browserApiManifest,
|
||||
workflowOverviewContract: shellViewModel.shellWorkflowOverviewContract,
|
||||
sessionReadinessWorkflowReport: shellViewModel.shellSessionReadinessWorkflowReport,
|
||||
})
|
||||
),
|
||||
getWorkflowOverviewDomContract: (options) => (
|
||||
createIniPanelShellSessionHandoffWorkflowDomContract(options)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user