Type Alias: GtkGesturePanProps
GtkGesturePanProps =
GtkGestureDragProps&object
Defined in: generated/jsx.ts:10410
Props for the GtkGesturePan controller element.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
onPan()? | (direction, offset, self) => void | null | Emitted once a panning gesture along the expected axis is detected. | generated/jsx.ts:10414 |
orientation? | Gtk.Orientation | The expected orientation of pan gestures. | generated/jsx.ts:10412 |
ref? | Ref<Gtk.GesturePan> | - | generated/jsx.ts:10415 |