Interface DocumentHighlightOptions

Provider options for a DocumentHighlightRequest.

interface DocumentHighlightOptions {
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

workDoneProgress?: boolean