Theia API Documentation v1.65.0
    Preparing search index...
    interface LinkContext {
        lines: IBufferLine[];
        startLine: number;
        text: string;
    }
    Index

    Properties

    Properties

    lines: IBufferLine[]
    startLine: number
    text: string