MutableDisplayContainer

Functions

Link copied to clipboard
abstract fun add(display: DisplayResultWrapper)
abstract fun add(display: DisplayResult, cell: MutableCodeCell)
Link copied to clipboard
abstract override fun getAll(): List<MutableDisplayResultWithCell>
Link copied to clipboard
abstract override fun getById(id: String?): List<MutableDisplayResultWithCell>
Link copied to clipboard
abstract fun update(id: String?, display: DisplayResult)