Cells

langoustine.lsp.structures.NotebookDocumentChangeEvent.Cells
See theCells companion object
case class Cells(structure: Opt[Structure], data: Opt[Vector[NotebookCell]], textContent: Opt[Vector[S0]])

Value parameters

data

Changes to notebook cells properties like its kind, execution summary or metadata.

structure

Changes to the cell structure to add or remove cells.

textContent

Changes to the text content of notebook cells.

Attributes

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