PropsBuilder

class PropsBuilder<T>(val items: List<T>, val onChange: (List<T>) -> Unit)

Constructors

Link copied to clipboard
fun <T> PropsBuilder(items: List<T>, onChange: (List<T>) -> Unit)

Functions

Link copied to clipboard
Link copied to clipboard
fun renderAdd(block: FlowContent.(ListFieldComponent.AddCtx<T>) -> Unit)
Link copied to clipboard
fun renderItem(block: FlowContent.(ListFieldComponent.ItemCtx<T>) -> Unit)

Properties

Link copied to clipboard
val items: List<T>
Link copied to clipboard
val onChange: (List<T>) -> Unit