Packages

p

react_teleporter

package react_teleporter

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

Type Members

  1. trait SourceProps extends Object
    Annotations
    @JSType()
  2. trait TargetProps extends Object
    Annotations
    @JSType()
  3. trait Teleporter[TC <: Object] extends Object

    TC

    Props passed to the source but defined in target.

    Annotations
    @JSType() @native()
  4. trait TeleporterOptions extends Object
    Annotations
    @JSType()
  5. trait TeleporterSource[TC <: Object] extends Object with ReactJSComponent
    Annotations
    @JSType() @native()
  6. trait TeleporterTarget[TC <: Object] extends Object with ReactJSComponent
    Annotations
    @JSType() @native()

Value Members

  1. def createTeleporter[TC <: Object](options: UndefOr[TeleporterOptions] = js.undefined): Teleporter[TC]
    Annotations
    @native() @JSImport("react-teleporter", "createTeleporter")
  2. object TeleporterSource
  3. object TeleporterTarget

Inherited from AnyRef

Inherited from Any

Ungrouped