class LSProtocol::DidSaveNotebookDocumentParams

Overview

The params sent in a save notebook document notification.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(notebook_document : NotebookDocumentIdentifier | Nil) #

[View source]

Instance Method Detail

def notebook_document : NotebookDocumentIdentifier #

[View source]