Skip to main content

Type Alias: AdwPreferencesGroupProps

AdwPreferencesGroupProps = WidgetProps & object

Defined in: generated/jsx.ts:6030

Props for the AdwPreferencesGroup widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:6052
description?string | nullThe description for this group of preferences.generated/jsx.ts:6032
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:6041
ref?Ref<Adw.PreferencesGroup>-generated/jsx.ts:6053
separateRows?booleanWhether to separate rows. Equivalent to using the .boxed-list-separate style class on a ListBox instead of .boxed-list.generated/jsx.ts:6049
title?stringThe title for this group of preferences.generated/jsx.ts:6051