Skip to content

@jsvision/web / MountedApp

Interface: MountedApp

Defined in: mount.ts:49

The handle returned by mountApp.

Properties

host

readonly host: BrowserHost

Defined in: mount.ts:53

The browser host driving the terminal.


term

readonly term: 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