Skip to main content

Type Alias: AdwPreferencesGroupProps

AdwPreferencesGroupProps = WidgetProps & object

Defined in: generated/jsx.ts:7492

Props for the AdwPreferencesGroup widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:7514
description?string | nullThe description for this group of preferences.generated/jsx.ts:7494
headerSuffix?Gtk.Widget | nullThe header suffix widget. Displayed above the list, next to the title and description. Suffixes are commonly used to show a button or a spinner for the whole group.generated/jsx.ts:7503
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:7520
ref?Ref<Adw.PreferencesGroup>-generated/jsx.ts:7523
separateRows?booleanWhether to separate rows. Equivalent to using the .boxed-list-separate style class on a ListBox instead of .boxed-list.generated/jsx.ts:7511
title?stringThe title for this group of preferences.generated/jsx.ts:7513