Interface TextDocumentSendFeature<T>
interface TextDocumentSendFeature<T extends Function> { getProvider(document: TextDocument): undefined | { send: T };} Methods
getProvider
- getProvider(document: TextDocument): undefined | { send: T }
Returns undefined | { send: T }
A mixin type that allows to send notification or requests using a registered provider.