NotebookDocumentChangeEvent

langoustine.lsp.structures.NotebookDocumentChangeEvent
See theNotebookDocumentChangeEvent companion object
case class NotebookDocumentChangeEvent(metadata: Opt[LSPObject], cells: Opt[Cells])

A change event for a notebook document.

Value parameters

cells

Changes to cells

metadata

The changed meta data if any. Note: should always be an object literal (e.g. LSPObject)

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