@jsvision/web / MountedApp
Interface: MountedApp
Defined in: mount.ts:49
The handle returned by mountApp.
Properties
host
readonlyhost:BrowserHost
Defined in: mount.ts:53
The browser host driving the terminal.
term
readonlyterm:TerminalLike
Defined in: mount.ts:51
The terminal the app was mounted onto.
Methods
dispose()
dispose():
void
Defined in: mount.ts:55
Tear down the resize listener and the terminal.
Returns
void