LSP::DidSaveNotebookDocumentParams
Inherits JSON::Serializable < Struct < Value < Object
The params sent in a save notebook document notification.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
notebook_document=(notebook_document : NotebookDocumentIdentifier)
The notebook document that got saved.