View source
typedef TextDocumentChangeRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Describe options to be used when registered for text document change events.
Fields
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.