Skip to main content

Type Alias: GtkAppChooserDialogProps

GtkAppChooserDialogProps = Omit<GtkDialogProps, "onNotify"> & object

Defined in: generated/jsx.ts:1538

Props for the GtkAppChooserDialog widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:1545
heading?string | nullThe text to show at the top of the dialog. The string may contain Pango markup.generated/jsx.ts:1544
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:1551
ref?Ref<Gtk.AppChooserDialog>-generated/jsx.ts:1552