Props

io.github.nafg.scalajs.facades.reactautocomplete.ReactAutocomplete$.Props
class Props[A] extends PropTypes with HasOpaqueReaderWriter[A]

Attributes

Graph
Supertypes
trait HasOpaqueReaderWriter[A]
trait PropTypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Concrete fields

val getItemValue: Prop[A => String]
val inputProps: Prop[Object]
val items: Prop[Seq[A]]
val onChange: Prop[ReactEventFromInput => Callback]
val onSelect: Prop[(String, A) => Callback]
val renderInput: Prop[Dictionary[Any] => VdomElement]
val renderItem: Prop[(A, Boolean, Object) => VdomElement]
val value: Prop[String]
val wrapperStyle: Prop[Object]

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes

Implicits

Inherited implicits

implicit protected val opaqueReader: Reader[A]

Attributes

Inherited from:
HasOpaqueReaderWriter
implicit protected val opaqueWriter: Writer[A]

Attributes

Inherited from:
HasOpaqueReaderWriter