Interface TerminalLinkContext

Provides information on a line in a terminal in order to provide links for it.

interface TerminalLinkContext {
    line: string;
    terminal: Terminal;
}

Properties

Properties

line: string

This is the text from the unwrapped line in the terminal.

terminal: Terminal

The terminal the link belongs to.