Skip to main content

Type Alias: GtkGestureSwipeProps

GtkGestureSwipeProps = GtkGestureSingleProps & object

Defined in: generated/jsx.ts:10452

Props for the GtkGestureSwipe controller element.

Type Declaration

NameTypeDescriptionDefined in
onSwipe()?(velocityX, velocityY, self) => void | nullEmitted when the recognized gesture is finished. Velocity and direction are a product of previously recorded events.generated/jsx.ts:10458
ref?Ref<Gtk.GestureSwipe>-generated/jsx.ts:10459