NotebookDocument

langoustine.lsp.structures.NotebookDocument
See theNotebookDocument companion object
case class NotebookDocument(uri: Uri, notebookType: String, version: Int, metadata: Opt[LSPObject], cells: Vector[NotebookCell])

A notebook document.

Value parameters

cells

The cells of a notebook.

metadata

Additional metadata stored with the notebook document. Note: should always be an object literal (e.g. LSPObject)

notebookType

The type of the notebook.

uri

The notebook document's uri.

version

The version number of this document (it will increase after each change, including undo/redo).

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product