replaceOutputItems
abstract fun replaceOutputItems(items: NotebookCellOutputItem, output: NotebookCellOutput): PromiseLike<Void?>(source)
Replace all output items of existing cell output.
Parameters
items
Output items that replace the items of existing output.
output
Output object that already exists.
abstract fun replaceOutputItems(items: ReadonlyArray<NotebookCellOutputItem>, output: NotebookCellOutput): PromiseLike<Void?>(source)