InputControllerConfig

com.raquo.laminar.inputs.InputController.InputControllerConfig
final class InputControllerConfig[-Ref <: Element, A](val initialValue: A, val prop: HtmlProp[A, _], val allowedEventProps: JsArray[EventProp[_]], val getDomValue: ReactiveHtmlElement[Ref] => A, val setDomValue: (ReactiveHtmlElement[Ref], A) => Unit)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val allowedEventProps: JsArray[EventProp[_]]
val initialValue: A
val prop: HtmlProp[A, _]
val setDomValue: (ReactiveHtmlElement[Ref], A) => Unit