data property
T
data
final
The actual data being wrapped for sorting operations.
Type: T. This is the data that will be passed to drop handlers and
validation predicates. Can be any type that represents the sortable item.
Implementation
final T data;