updateCellMetadata

fun updateCellMetadata(index: Int, newCellMetadata: Record<JsString, *>): NotebookEdit(source)

Utility to create an edit that update a cell's metadata.

Parameters

index

The index of the cell to update.

newCellMetadata

The new metadata for the cell.

Online Documentation