Packages

c

react.ComponentSyntax

RichScalaJSFunction1

implicit class RichScalaJSFunction1 extends AnyRef

Convert a plain js function with 1 props argument to an element using some syntax.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichScalaJSFunction1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichScalaJSFunction1(f: ScalaJSFunctionComponent1)

Value Members

  1. def displayName(name: String): Unit
  2. def elementWith[P <: Object](name: String, props: P): ReactNode
  3. def elementWith[P <: Object](props: P): ReactNode
  4. def unsafeElementWith(name: String, props: Dynamic): ReactNode
  5. def unsafeElementWith(props: Dynamic): ReactNode