Packages

p

react

sortable

package sortable

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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

Ungrouped