Packages

p

react

sortable

package sortable

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

Type Members

  1. case class IndexChange(oldIndex: Int, newIndex: Int) extends Product with Serializable

    A change in index of an item generated by dragging

    A change in index of an item generated by dragging

    oldIndex

    The item's old index

    newIndex

    The item's new index

  2. type ShouldCancelStart = (MouseEvent) => japgolly.scalajs.react.CallbackTo[Boolean]

Value Members

  1. def defaultShouldCancelStart(e: MouseEvent): japgolly.scalajs.react.CallbackTo[Boolean]
  2. object SortableContainer
  3. object SortableElement
  4. object SortableHandle
  5. object SortableView
  6. object raw

Inherited from AnyRef

Inherited from Any

Ungrouped