Theia API Documentation v1.65.0
    Preparing search index...
    interface DocumentLink {
        cacheId?: ChainedCacheId;
        range: Range;
        tooltip?: string;
        url?: string | UriComponents;
    }
    Index

    Properties

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