Theia API Documentation v1.65.0
    Preparing search index...

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

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

    Properties

    Properties

    line: string

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

    terminal: Terminal

    The terminal the link belongs to.