ObjectListEventField

class ObjectListEventField<D : FieldListDescription>(name: String, description: String?, creator: () -> D) : BaseObjectListEventField

Constructors

Link copied to clipboard
constructor(name: String, description: String?, creator: () -> D)

Properties

Link copied to clipboard
open val defaultValue: String? = null
Link copied to clipboard
open override val description: String?
Link copied to clipboard
open override val name: String
Link copied to clipboard
open val required: Boolean? = null
Link copied to clipboard

This is a field that should be hashed twice on send and on receive, e.g projectId.

Functions

Link copied to clipboard
fun buildValue(filler: D.() -> Unit): FieldsValues
Link copied to clipboard
open override fun getObjectFields(): List<EventField<*>>
Link copied to clipboard
open override fun getValue(value: List<FieldsValues>): FieldValue?