Documentation / @agentick/mcp / MountedApp
Interface: MountedApp
Defined in: client/browser-app-host.ts:92
Handle to a mounted app instance.
Properties
appSessionId
readonlyappSessionId:string
Defined in: client/browser-app-host.ts:93
iframe
readonlyiframe:HTMLIFrameElement
Defined in: client/browser-app-host.ts:94
Methods
close()
close():
Promise<void>
Defined in: client/browser-app-host.ts:96
Tear down the iframe and notify the server.
Returns
Promise<void>