DisplayHandler

interface DisplayHandler

The DisplayHandler interface defines methods for handling the display and update of values within the notebook.

Functions

Link copied to clipboard
abstract fun handleDisplay(value: Any, host: ExecutionHost, id: String? = null)

Handles the display of a value

Link copied to clipboard
abstract fun handleUpdate(value: Any, host: ExecutionHost, id: String? = null)

Handles the update of a value