NotebookCellArrayChange

langoustine.lsp.structures.NotebookCellArrayChange
See theNotebookCellArrayChange companion object
case class NotebookCellArrayChange(start: uinteger, deleteCount: uinteger, cells: Opt[Vector[NotebookCell]])

A change describing how to move a NotebookCell array from state S to S'.

Value parameters

cells

The new cells, if any

deleteCount

The deleted cells

start

The start oftest of the cell that changed.

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