Skip to main content

Type Alias: GtkDropControllerMotionProps

GtkDropControllerMotionProps = EventControllerBaseProps & object

Defined in: generated/jsx.ts:10043

Props for the GtkDropControllerMotion controller element.

Type Declaration

NameTypeDescriptionDefined in
onEnter()?(x, y, self) => void | nullSignals that the pointer has entered the widget.generated/jsx.ts:10045
onLeave()?(self) => void | nullSignals that the pointer has left the widget.generated/jsx.ts:10047
onMotion()?(x, y, self) => void | nullEmitted when the pointer moves inside the widget.generated/jsx.ts:10049
ref?Ref<Gtk.DropControllerMotion>-generated/jsx.ts:10050