Skip to content

DismissibleUpdateEvent

Inherits: Event['Dismissible']

Event payload emitted while a dismiss gesture is in progress.

Properties

Properties#

direction instance-attribute #

direction: DismissDirection

Direction of the current drag gesture.

previous_reached instance-attribute #

previous_reached: bool

Whether threshold was reached on the previous update event.

progress instance-attribute #

progress: float

Drag progress from 0.0 to 1.0 relative to dismissal threshold.

reached instance-attribute #

reached: bool

Whether the dismiss threshold is currently reached.