NotebookCellArrayChange

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.

Since:

3.17.0

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product