Interface DocumentLinkOptions

Provider options for a DocumentLinkRequest.

interface DocumentLinkOptions {
    resolveProvider?: boolean;
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

resolveProvider?: boolean

Document links have a resolve provider as well.

workDoneProgress?: boolean