Cells

langoustine.lsp.structures$.NotebookDocumentChangeEvent$.Cells$
See theCells companion class
object Cells

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cells.type

Members list

Concise view

Type members

Classlikes

case class S0(document: VersionedTextDocumentIdentifier, changes: Vector[TextDocumentContentChangeEvent])

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S0.type
case class Structure(array: NotebookCellArrayChange, didOpen: Opt[Vector[TextDocumentItem]], didClose: Opt[Vector[TextDocumentIdentifier]])

Attributes

array

The change to the cell array.

didClose

Additional closed cell text documents.

didOpen

Additional opened cell text documents.

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Inherited givens

given reader: Reader[Cells]

Attributes

Inherited from:
structures_NotebookDocumentChangeEvent_Cells (hidden)
given writer: Writer[Cells]

Attributes

Inherited from:
structures_NotebookDocumentChangeEvent_Cells (hidden)