Package

japgolly.scalajs.react

raw

Permalink

package raw

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

Type Members

  1. trait HasDisplayName extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  2. type JsNumber = |[|[|[|[Byte, Short], Int], Float], Double]

    Permalink
  3. type Key = |[|[|[String, Boolean], JsNumber], Null]

    Permalink
  4. type Props = |[Object, Null]

    Permalink
  5. type PropsChildren = |[ReactNode, ReactEmpty]

    Permalink
  6. trait PropsWithChildren extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  7. trait React extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  8. trait ReactCSSTransitionGroupNames extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  9. trait ReactCSSTransitionGroupProps extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  10. trait ReactChildren extends Object

    Permalink

    React.Children

    React.Children

    Annotations
    @RawJSType() @native()
  11. type ReactClass = Function1[Props, ReactComponent] with HasDisplayName

    Permalink
  12. trait ReactComponent extends Object

    Permalink

    Once-mounted component.

    Once-mounted component.

    Annotations
    @RawJSType() @native()
  13. trait ReactComponentElement extends Object with ReactElement

    Permalink
    Annotations
    @RawJSType() @native()
  14. trait ReactComponentSpec extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  15. type ReactCtor = |[ReactClass, ReactFunctionalComponent]

    Permalink
  16. type ReactCtorAfterUse = Function3[Props, Any, Any, Any] with HasDisplayName

    Permalink
  17. trait ReactDOM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  18. trait ReactDOMElement extends Object with ReactElement

    Permalink
    Annotations
    @RawJSType() @native()
  19. trait ReactDOMServer extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  20. trait ReactElement extends Object

    Permalink

    ReactComponentElement | ReactDOMElement

    ReactComponentElement | ReactDOMElement

    Annotations
    @RawJSType() @native()
  21. type ReactEmpty = |[|[Boolean, Undefined], Null]

    Permalink
  22. trait ReactFragment extends Any

    Permalink
    Annotations
    @RawJSType() @native()
  23. type ReactFunctionalComponent = Function1[Props, ReactElement]

    Permalink
  24. type ReactNode = |[|[ReactElement, ReactFragment], ReactText]

    Permalink
  25. type ReactNodeList = |[ReactNode, ReactEmpty]

    Permalink
  26. type ReactText = |[String, JsNumber]

    Permalink
  27. type Ref = |[String, Null]

    Permalink
  28. type RefFn = Function1[Any, Unit]

    Permalink
  29. type State = |[Object, Null]

    Permalink
  30. trait SyntheticAnimationEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticAnimationEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticAnimationEvent.js

    Annotations
    @RawJSType() @native()
  31. trait SyntheticClipboardEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticClipboardEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticClipboardEvent.js

    Annotations
    @RawJSType() @native()
  32. trait SyntheticCompositionEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticCompositionEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticCompositionEvent.js

    Annotations
    @RawJSType() @native()
  33. trait SyntheticDragEvent[+DOMEventTarget <: Node] extends Object with SyntheticMouseEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticDragEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticDragEvent.js

    Annotations
    @RawJSType() @native()
  34. trait SyntheticEvent[+DOMEventTarget <: Node] extends Object

    Permalink

    https://facebook.github.io/react/docs/events.html

    https://facebook.github.io/react/docs/events.html

    Annotations
    @RawJSType() @native()
  35. trait SyntheticFocusEvent[+DOMEventTarget <: Node] extends Object with SyntheticUIEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticFocusEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticFocusEvent.js

    Annotations
    @RawJSType() @native()
  36. trait SyntheticKeyboardEvent[+DOMEventTarget <: Node] extends Object with SyntheticUIEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticKeyboardEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticKeyboardEvent.js

    Annotations
    @RawJSType() @native()
  37. trait SyntheticMouseEvent[+DOMEventTarget <: Node] extends Object with SyntheticUIEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticMouseEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticMouseEvent.js

    Annotations
    @RawJSType() @native()
  38. trait SyntheticTouchEvent[+DOMEventTarget <: Node] extends Object with SyntheticUIEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticTouchEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticTouchEvent.js

    Annotations
    @RawJSType() @native()
  39. trait SyntheticTransitionEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticTransitionEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticTransitionEvent.js

    Annotations
    @RawJSType() @native()
  40. trait SyntheticUIEvent[+DOMEventTarget <: Node] extends Object with SyntheticEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticUIEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticUIEvent.js

    Annotations
    @RawJSType() @native()
  41. trait SyntheticWheelEvent[+DOMEventTarget <: Node] extends Object with SyntheticMouseEvent[DOMEventTarget]

    Permalink

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticWheelEvent.js

    https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticWheelEvent.js

    Annotations
    @RawJSType() @native()
  42. type Undefined = UndefOr[Nothing]

    Permalink

Value Members

  1. object Perf extends Object

    Permalink

    React Performance Tools

    React Performance Tools

    Annotations
    @native() @JSName( "React.addons.Perf" )
    See also

    https://facebook.github.io/react/docs/perf.html

  2. object React extends Object with React

    Permalink
    Annotations
    @native()
  3. object ReactDOM extends Object with ReactDOM

    Permalink
    Annotations
    @native()
  4. object ReactDOMServer extends Object with ReactDOMServer

    Permalink
    Annotations
    @native()
  5. implicit def ReactFragment[A](a: A)(implicit w: (A) ⇒ Array[|[ReactNode, ReactEmpty]]): ReactFragment

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped