struct LSP::NotebookCellArrayChange
- LSP::NotebookCellArrayChange
- Struct
- Value
- Object
Overview
A change describing how to move a NotebookCell
array from state S to S'.
Included Modules
- JSON::Serializable
Defined in:
lsp/document_sync/did_change_notebook_document.crConstructors
Instance Method Summary
-
#cells : Array(NotebookCell) | Nil
The new cells, if any
-
#cells=(cells : Array(NotebookCell) | Nil)
The new cells, if any
- #delete_count : UInt32
- #delete_count=(delete_count : UInt32)
-
#start : UInt32
The start oftest of the cell that changed.
-
#start=(start : UInt32)
The start oftest of the cell that changed.