Interface: ITerminalAddon

An addon that can provide additional functionality to the terminal.

Hierarchy

Index

Methods

Methods

activate

activate(terminal: Terminal): void

Defined in xterm.d.ts:1270

This is called when the addon is activated.

Parameters:

Name Type
terminal Terminal

Returns: void


dispose

dispose(): void

Inherited from IDisposable.dispose

Defined in xterm.d.ts:454

Returns: void