class

LSProtocol::DidSaveNotebookDocumentParams

Inherits JSON::Serializable / Reference / Object

The params sent in a save notebook document notification.

@since 3.17.0

Constructors

new(pull : JSON::PullParser)
Source
new(notebook_document : NotebookDocumentIdentifier | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

notebook_document

The notebook document that got saved.

Source