Type Alias: GtkGestureSwipeProps
GtkGestureSwipeProps =
GtkGestureSingleProps&object
Defined in: generated/jsx.ts:10452
Props for the GtkGestureSwipe controller element.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
onSwipe()? | (velocityX, velocityY, self) => void | null | Emitted 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 |