class LSProtocol::NotebookDocumentCellContentChanges
- LSProtocol::NotebookDocumentCellContentChanges
- Reference
- Object
Overview
Content changes to a cell in a notebook document.
@since 3.18.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(changes : Array(TextDocumentContentChangeEvent) | Nil, document : VersionedTextDocumentIdentifier | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(changes : Array(TextDocumentContentChangeEvent) | Nil, document : VersionedTextDocumentIdentifier | Nil)
#