Interface TextDocumentRegistrationOptions

General text document registration options.

interface TextDocumentRegistrationOptions {
    documentSelector: null | DocumentSelector;
}

Hierarchy (View Summary)

Properties

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.