class

LSProtocol::DidOpenNotebookDocumentParams

Inherits JSON::Serializable / Reference / Object

The params sent in an open notebook document notification.

@since 3.17.0

Constructors

new(cell_text_documents : Array(TextDocumentItem) | Nil, notebook_document : NotebookDocument | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cell_text_documents

The text documents that represent the content of a notebook cell.

Source
notebook_document

The notebook document that got opened.

Source