Interface WillSaveTextDocumentParams

The parameters sent in a will save text document notification.

interface WillSaveTextDocumentParams {
    reason: TextDocumentSaveReason;
    textDocument: TextDocumentIdentifier;
}

Properties

Properties

The 'TextDocumentSaveReason'.

The document that will be saved.