Packages

o

react.sortable

SortableContainer

object SortableContainer

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

Type Members

  1. trait Props extends Object
    Annotations
    @RawJSType() @native()
  2. trait RefConfig extends Object
    Annotations
    @RawJSType() @native()

Value Members

  1. def wrap[P, CT[_, _]](wrappedComponent: GenericComponent[P, CT, _], withRef: RefConfig = RefConfig.WithRef): (Props) ⇒ (P) ⇒ Unmounted[Object, Null]

    Wrap another component

    Wrap another component

    P

    The type of Props of the wrapped component

    wrappedComponent

    The wrapped component itself

    returns

    A component wrapping the wrapped component...

  2. def wrapC[P, CT[_, _]](wrappedComponent: GenericComponent[P, CT, _], children: List[japgolly.scalajs.react.vdom.Exports.VdomElement], withRef: RefConfig = RefConfig.WithRef): (Props) ⇒ (P) ⇒ Unmounted[Object, Null]
  3. object Props
  4. object RefConfig