Theia API Documentation v1.65.0
    Preparing search index...
    interface TerminalLink {
        length: number;
        startIndex: number;
        tooltip?: string;
        handle(): Promise<void>;
    }
    Index

    Properties

    Methods

    Properties

    length: number
    startIndex: number
    tooltip?: string

    Methods