Skip to main content

Type Alias: GtkDragIconProps

GtkDragIconProps = WidgetProps & object

Defined in: generated/jsx.ts:3292

Props for the GtkDragIcon widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe widget to display as drag icon.generated/jsx.ts:3294
children?ReactNode-generated/jsx.ts:3295
onNotify?(self, propName) => void | nullCalled when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case)generated/jsx.ts:3301
ref?Ref<Gtk.DragIcon>-generated/jsx.ts:3302