GenLSP.Protocol.Structures.NotebookDocument (gen_lsp v0.0.1)
A notebook document.
@since 3.17.0
properties
Properties
uri :: URI (required)
The notebook document's uri.
notebookType :: string (required)
The type of the notebook.
version :: integer (required)
The version number of this document (it will increase after each change, including undo/redo).
metadata :: LSPObject
Additional metadata stored with the notebook document.
Note: should always be an object literal (e.g. LSPObject)
cells :: unimplemented doc type (required)
The cells of a notebook.