struct LSP::NotebookDocumentChangeEvent::Cell
- LSP::NotebookDocumentChangeEvent::Cell
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/document_sync/did_change_notebook_document.crConstructors
Instance Method Summary
-
#data : NotebookCell | Nil
Changes to notebook cells properties like its kind, execution summary or metadata.
-
#data=(data : NotebookCell | Nil)
Changes to notebook cells properties like its kind, execution summary or metadata.
-
#structure : Structure | Nil
Changes to the cell structure to add or remove cells.
-
#structure=(structure : Structure | Nil)
Changes to the cell structure to add or remove cells.
- #textContent : Array(TextContent)
- #textContent=(textContent : Array(TextContent))
Constructor Detail
Instance Method Detail
def data : NotebookCell | Nil
#
Changes to notebook cells properties like its kind, execution summary or metadata.
def data=(data : NotebookCell | Nil)
#
Changes to notebook cells properties like its kind, execution summary or metadata.
Changes to the cell structure to add or remove cells.
Changes to the cell structure to add or remove cells.