Skip to main content

Type Alias: AdwPreferencesDialogProps

AdwPreferencesDialogProps = Omit<AdwDialogProps, "onNotify"> & object

Defined in: generated/jsx.ts:7469

Props for the AdwPreferencesDialog widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:7480
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:7486
ref?Ref<Adw.PreferencesDialog>-generated/jsx.ts:7489
searchEnabled?booleanWhether search is enabled.generated/jsx.ts:7471
visiblePage?Gtk.Widget | nullThe currently visible page.generated/jsx.ts:7473
visiblePageName?string | nullThe name of the currently visible page. See AdwAdwPreferencesDialog.visible-page.generated/jsx.ts:7479