Skip to content

OnReorderEvent

Inherits: Event['ReorderableListView']

Represents an event triggered during the reordering of items in a ReorderableListView.

Properties

Properties#

new_index instance-attribute #

new_index: Optional[int]

The new position of the item after reordering.

old_index instance-attribute #

old_index: Optional[int]

The original/previous position of the item before reordering.