Packages

t

react

ReactNode

trait ReactNode extends Any

Something that can be rendered in reactjs. react allows this to be quite flexible including strings, numbers, booleans in additon to classes or functions. Classes and functions are convered to a ReactNode by calling createElement on them however strings and numbers can be rendered directly.

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactNode
  2. Any
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected