ImageCellEditor

Properties

Link copied to clipboard
abstract val column: Column
Link copied to clipboard
open val id: String
Link copied to clipboard
abstract val row: Row
Link copied to clipboard
abstract val validity: Live<Validation>
Link copied to clipboard
abstract val value: List<Attachment>

Functions

Link copied to clipboard
abstract fun add(url: String)
abstract fun add(urls: List<String>)
Link copied to clipboard
abstract fun remove(key: String?)
abstract fun remove(keys: List<String>)
Link copied to clipboard
abstract fun set(urls: List<String>)
Link copied to clipboard
abstract fun validate()