class LSProtocol::NotebookDocumentChangeEvent
- LSProtocol::NotebookDocumentChangeEvent
- Reference
- Object
Overview
A change event for a notebook document.
@since 3.17.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(cells : NotebookDocumentCellChanges | Nil = nil, metadata : LSPObject | Nil = nil)
Instance Method Summary
-
#cells : NotebookDocumentCellChanges | Nil
Changes to cells
-
#metadata : LSPObject | Nil
The changed meta data if any.
Constructor Detail
Instance Method Detail
The changed meta data if any.
Note: should always be an object literal (e.g. LSPObject)