Type Alias NotebookCellArrayChange

NotebookCellArrayChange: {
    cells?: NotebookCell[];
    deleteCount: uinteger;
    start: uinteger;
}

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

Type declaration

  • Optionalcells?: NotebookCell[]

    The new cells, if any

  • deleteCount: uinteger

    The deleted cells

  • start: uinteger

    The start oftest of the cell that changed.

3.17.0