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'.

Attributes

cells

The new cells, if any

deleteCount

The deleted cells

start

The start oftest of the cell that changed.

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