struct

LSP::DidSaveNotebookDocumentParams

Inherits JSON::Serializable < Struct < Value < Object

The params sent in a save notebook document notification.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

notebook_document

The notebook document that got saved.

Source
notebook_document=(notebook_document : NotebookDocumentIdentifier)

The notebook document that got saved.

Source