Interface DocumentLinkClientCapabilities

The client capabilities of a DocumentLinkRequest.

interface DocumentLinkClientCapabilities {
    dynamicRegistration?: boolean;
    tooltipSupport?: boolean;
}

Properties

dynamicRegistration?: boolean

Whether document link supports dynamic registration.

tooltipSupport?: boolean

Whether the client supports the tooltip property on DocumentLink.

3.15.0