NotebookEdit

open class NotebookEdit(source)

A notebook edit represents edits that should be applied to the contents of a notebook.

Online Documentation

Constructors

Link copied to clipboard
constructor(range: NotebookRange, newCells: ReadonlyArray<NotebookCellData>)

Create a new notebook edit.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var newCellMetadata: ReadonlyRecord<ERROR CLASS: Symbol not found for JsString, *>?

Optional new metadata for the cells.

Link copied to clipboard

New cells being inserted. May be empty.

Link copied to clipboard
var newNotebookMetadata: ReadonlyRecord<ERROR CLASS: Symbol not found for JsString, *>?

Optional new metadata for the notebook.

Link copied to clipboard

Range of the cells being edited. May be empty.