struct LSP::NotebookCell
- LSP::NotebookCell
- Struct
- Value
- Object
Overview
A notebook cell.
A cell's document URI must be unique across ALL notebook cells and can therefore be used to uniquely identify a notebook cell or the cell's text document.
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_document.crConstructors
Instance Method Summary
-
#document : String
The URI of the cell's text document content.
-
#document=(document : String)
The URI of the cell's text document content.
- #execution_summary : ExecutionSummary
- #execution_summary=(execution_summary : ExecutionSummary)
- #kind : NotebookCellKind
- #kind=(kind : NotebookCellKind)
-
#metadata : JSON::Any | Nil
Additional metadata stored with the cell.
-
#metadata=(metadata : JSON::Any | Nil)
Additional metadata stored with the cell.