Packages

o

react.sortable

SortableElement

object SortableElement

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortableElement
  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()

Value Members

  1. def wrap[P, CT[_, _]](wrappedComponent: GenericComponent[P, CT, _]): (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. object Props