Interface DocumentLinkRegistrationOptions

Registration options for a DocumentLinkRequest.

interface DocumentLinkRegistrationOptions {
    documentSelector: null | DocumentSelector;
    resolveProvider?: boolean;
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

documentSelector: null | DocumentSelector

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

resolveProvider?: boolean

Document links have a resolve provider as well.

workDoneProgress?: boolean