interface DocumentLink {
    cacheId?: ChainedCacheId;
    range: Range;
    tooltip?: string;
    url?: string | UriComponents;
}

Properties

cacheId?: ChainedCacheId
range: Range
tooltip?: string
url?: string | UriComponents