NotebookEdit

constructor(range: NotebookRange, newCells: ReadonlyArray<NotebookCellData>)(source)

Create a new notebook edit.

Parameters

range

A notebook range.

newCells

An array of new cell data.

Online Documentation