interface LinkContext {
    lines: IBufferLine[];
    startLine: number;
    text: string;
}

Properties

Properties

lines: IBufferLine[]
startLine: number
text: string