struct LSP::NotebookDocument
- LSP::NotebookDocument
- Struct
- Value
- Object
Overview
A notebook document
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_document.crConstructors
Instance Method Summary
-
#cells : Array(NotebookCell)
The cells of a notebook.
-
#cells=(cells : Array(NotebookCell))
The cells of a notebook.
-
#metadata : JSON::Any
Additional metadata stored with the notebook document.
-
#metadata=(metadata : JSON::Any)
Additional metadata stored with the notebook document.
- #notebook_type : String
- #notebook_type=(notebook_type : String)
-
#uri : String
The notebook document's uri.
-
#uri=(uri : String)
The notebook document's uri.
-
#version : Int32
The version number of this document (it will increase after each change, including undo/redo).
-
#version=(version : Int32)
The version number of this document (it will increase after each change, including undo/redo).
Constructor Detail
Instance Method Detail
def version : Int32
#
The version number of this document (it will increase after each change, including undo/redo).
def version=(version : Int32)
#
The version number of this document (it will increase after each change, including undo/redo).