struct LSP::NotebookDocumentChangeEvent::Cell::Structure
- LSP::NotebookDocumentChangeEvent::Cell::Structure
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/document_sync/did_change_notebook_document.crConstructors
Instance Method Summary
-
#array : NotebookCellArrayChange
The change to the cell array.
-
#array=(array : NotebookCellArrayChange)
The change to the cell array.
- #did_close : Array(TextDocumentIdentifier) | Nil
- #did_close=(did_close : Array(TextDocumentIdentifier) | Nil)
- #did_open : Array(TextDocumentItem) | Nil
- #did_open=(did_open : Array(TextDocumentItem) | Nil)