class LSProtocol::DidOpenNotebookDocumentParams
- LSProtocol::DidOpenNotebookDocumentParams
- Reference
- Object
Overview
The params sent in an open notebook document notification.
@since 3.17.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(cell_text_documents : Array(TextDocumentItem) | Nil, notebook_document : NotebookDocument | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#cell_text_documents : Array(TextDocumentItem)
The text documents that represent the content of a notebook cell.
-
#notebook_document : NotebookDocument
The notebook document that got opened.
Constructor Detail
def self.new(cell_text_documents : Array(TextDocumentItem) | Nil, notebook_document : NotebookDocument | Nil)
#
Instance Method Detail
def cell_text_documents : Array(TextDocumentItem)
#
The text documents that represent the content of a notebook cell.