Interface DidCloseTextDocumentParams

The parameters sent in a close text document notification

interface DidCloseTextDocumentParams {
    textDocument: TextDocumentIdentifier;
}

Properties

Properties

The document that was closed.