CommonProps

io.github.nafg.scalajs.facades.reactwidgets.ReactWidgets.Module.CommonProps
trait CommonProps[A] extends PropTypes, HasOpaqueReaderWriter[A]

Attributes

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

Members list

Type members

Inherited classlikes

object dyn extends Dynamic

Attributes

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

Value members

Abstract methods

def onChange: Prop[(F[A]) => Callback]
def value: Prop[F[A]]

Inherited methods

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

Attributes

Inherited from:
PropTypes

Concrete fields

val data: Prop[Seq[A]]
val textField: Prop[A => String]

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