A link inside the editor.

interface ILink {
    range: IRange;
    tooltip?: string;
    url?: string | Uri;
}

Properties

Properties

range: IRange
tooltip?: string
url?: string | Uri