ItemsHook

inner class ItemsHook : Hook<Combobox<E, T>, Unit, Unit>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var alsoExpr: Unit.() -> Unit?

This field encapsulates some behaviour, which should be applied to the result R of the Hook's Effect.

Link copied to clipboard
Link copied to clipboard
open var value: Effect<Combobox<E, T>, Unit, Unit>?

Functions

Link copied to clipboard
fun also(expr: Unit.() -> Unit)

This method offers the created result as receiver within a context expression in order to expose some additional configuration entry point for a client.

Link copied to clipboard
operator fun invoke(items: List<T>)
operator fun invoke(items: Flow<List<T>>)
Link copied to clipboard
fun use(item: Effect<Combobox<E, T>, Unit, Unit>)