appendOutputItems
abstract fun appendOutputItems(items: NotebookCellOutputItem, output: NotebookCellOutput): PromiseLike<Void?>(source)
Append output items to existing cell output.
Parameters
items
Output items that are append to existing output.
output
Output object that already exists.
abstract fun appendOutputItems(items: ReadonlyArray<NotebookCellOutputItem>, output: NotebookCellOutput): PromiseLike<Void?>(source)