ImageColumn

interface ImageColumn : Column

Properties

Link copied to clipboard
abstract val id: String
Link copied to clipboard
abstract val required: Boolean
Link copied to clipboard
abstract val title: String
Link copied to clipboard
abstract val type: Field.Type
Link copied to clipboard
abstract val value: List<Attachment>

Functions

Link copied to clipboard
abstract fun toJsonObject(): JsonObject
Link copied to clipboard
abstract fun toJsonString(): String
Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>