DropdownOpeningHook

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

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
fun eagerly()
Link copied to clipboard
fun lazily()
Link copied to clipboard