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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source