package
react
Type Members
-
type
OpCallback = UndefOr[() ⇒ Unit]
-
type
ReactClipboardEvent = SyntheticClipboardEvent[Node]
-
type
ReactClipboardEventH = SyntheticClipboardEvent[HTMLElement]
-
type
ReactClipboardEventI = SyntheticClipboardEvent[HTMLInputElement]
-
type
ReactCompositionEvent = SyntheticCompositionEvent[Node]
-
type
ReactCompositionEventH = SyntheticCompositionEvent[HTMLElement]
-
type
ReactCompositionEventI = SyntheticCompositionEvent[HTMLInputElement]
-
type
ReactDragEvent = SyntheticDragEvent[Node]
-
type
ReactDragEventH = SyntheticDragEvent[HTMLElement]
-
type
ReactDragEventI = SyntheticDragEvent[HTMLInputElement]
-
type
ReactEvent = SyntheticEvent[Node]
-
type
ReactEventH = SyntheticEvent[HTMLElement]
-
type
ReactEventI = SyntheticEvent[HTMLInputElement]
-
type
ReactFocusEvent = SyntheticFocusEvent[Node]
-
type
ReactFocusEventH = SyntheticFocusEvent[HTMLElement]
-
type
ReactFocusEventI = SyntheticFocusEvent[HTMLInputElement]
-
type
ReactKeyboardEvent = SyntheticKeyboardEvent[Node]
-
type
ReactKeyboardEventH = SyntheticKeyboardEvent[HTMLElement]
-
type
ReactKeyboardEventI = SyntheticKeyboardEvent[HTMLInputElement]
-
type
ReactMouseEvent = SyntheticMouseEvent[Node]
-
type
ReactMouseEventH = SyntheticMouseEvent[HTMLElement]
-
type
ReactMouseEventI = SyntheticMouseEvent[HTMLInputElement]
-
type
ReactTouchEvent = SyntheticTouchEvent[Node]
-
type
ReactTouchEventH = SyntheticTouchEvent[HTMLElement]
-
type
ReactTouchEventI = SyntheticTouchEvent[HTMLInputElement]
-
type
ReactUIEvent = SyntheticUIEvent[Node]
-
type
ReactUIEventH = SyntheticUIEvent[HTMLElement]
-
type
ReactUIEventI = SyntheticUIEvent[HTMLInputElement]
-
type
ReactWheelEvent = SyntheticWheelEvent[Node]
-
type
ReactWheelEventH = SyntheticWheelEvent[HTMLElement]
-
type
ReactWheelEventI = SyntheticWheelEvent[HTMLInputElement]
-
type
TopNode = HTMLElement
-
type
VDom = ReactElement
Value Members
-
def
WrapObj[A](v: A): WrapObj[A]
-
implicit final
def
autoFocusEntireState[P, S, B](b: ComponentScopeU[P, S, B]): ComponentStateFocus[S]
-
implicit final
def
autoFocusEntireState[P, S](b: BackendScope[P, S]): ComponentStateFocus[S]
-
implicit final
def
autoFocusEntireState[S](s: ComponentScope_SS[S]): ComponentStateFocus[S]
-
implicit final
def
autoJsCtor[P, S, B, N <: TopNode](c: ReactComponentC[P, S, B, N]): ReactComponentC_
-
implicit
def
autoUnWrapObj[A](a: WrapObj[A]): A
-
-
val
preventDefaultF: (SyntheticEvent[Node]) ⇒ Unit
-
implicit
def
reactComponentTypeAuxJ[P, S, B, N <: TopNode](a: ReactComponentTypeAuxJ[P, S, B, N]): ReactComponentTypeAux[P, S, B, N]
-
implicit
def
reactNodeInhabitableAn(v: Array[ReactNode]): ReactNode
-
implicit
def
reactNodeInhabitableAt[T](v: Array[T])(implicit arg0: (T) ⇒ ReactNode): ReactNode
-
implicit
def
reactNodeInhabitableC[T](v: TraversableOnce[T])(implicit arg0: (T) ⇒ ReactNode): ReactNode
-
implicit
def
reactNodeInhabitableN[T](v: T)(implicit arg0: (T) ⇒ Number): ReactNode
-
implicit
def
reactNodeInhabitablePC(v: PropsChildren): ReactNode
-
implicit
def
reactNodeInhabitableS(v: String): ReactNode
-
implicit final
def
scalaHandHolding1[P, S](b: BackendScope[P, S]): CompStateAccessOps[ComponentScope_SS, S]
-
implicit final
def
scalaHandHolding2[P, S, B](b: ComponentScopeU[P, S, B]): CompStateAccessOps[ComponentScope_SS, S]
-
val
stopPropagationF: (SyntheticEvent[Node]) ⇒ Unit
-
implicit final
def
toCompStateAccessOps[C[_], S](c: C[S])(implicit arg0: CompStateAccess[C]): CompStateAccessOps[C, S]
Inherited from AnyRef
Inherited from Any