Interface: ILink

Hierarchy

  • ILink

Index

Properties

Methods

Properties

Optional decorations

decorations? : ILinkDecorations

Defined in xterm.d.ts:1224


range

range: IBufferRange

Defined in xterm.d.ts:1212


text

text: string

Defined in xterm.d.ts:1217

Methods

activate

activate(event: MouseEvent, text: string): void

Defined in xterm.d.ts:1231

Parameters:

Name Type Description
event MouseEvent The mouse event triggering the callback.
text string The text of the link.

Returns: void


Optional dispose

dispose(): void

Defined in xterm.d.ts:1252

Returns: void


Optional hover

hover(event: MouseEvent, text: string): void

Defined in xterm.d.ts:1240

Parameters:

Name Type Description
event MouseEvent The mouse event triggering the callback.
text string The text of the link.

Returns: void


Optional leave

leave(event: MouseEvent, text: string): void

Defined in xterm.d.ts:1247

Parameters:

Name Type Description
event MouseEvent The mouse event triggering the callback.
text string The text of the link.

Returns: void