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.

Attributes

cells

Changes to cells

metadata

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

Since:

3.17.0

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product