trait ComponentSyntax extends AnyRef
- Alphabetic
- By Inheritance
- ComponentSyntax
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- implicit class RichJSFunction0 extends AnyRef
Convert a plain js function to an element using some syntax.
- implicit class RichScalaFunction[P <: Object] extends AnyRef
Convert standard scala function with 1 props arguments to an element using some syntax.
- implicit class RichScalaJSFunction1 extends AnyRef
Convert a plain js function with 1 props argument to an element using some syntax.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def func2Element[P <: Object](f: (ScalaJSFunctionComponent1, P)): ReactNode
Given a function component and an arg, expressed as tuple, convert to ReactElement.
- implicit def funcChild2Element[P <: Object](f: (ScalaJSFunctionComponent1, P, ReactNode)): ReactNode
Given a function component and an arg with children, expressed as a tuple, convert to ReactElement.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def sfc02Node(f: Function0[ReactNode]): ReactNode
Slightly evil.
Slightly evil. Auto conversion of no-props function component to
ReactNode
. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def thunkToSFC(f: () => ReactNode): ReactNode
Evil! Auto type conversion from a no-arg function.
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])