Dependencies for createThemeProxy.
createThemeProxy
const proxy = createThemeProxy({ runtime: shellBridge.runtime, originRegistry,}); Copy
const proxy = createThemeProxy({ runtime: shellBridge.runtime, originRegistry,});
Origin registry for resolving windowId → iframe Window.
The runtime engine that will own theme.* dispatch (Phase 13).
Dependencies for
createThemeProxy.Example