Type Alias: AdwPreferencesGroupProps
AdwPreferencesGroupProps =
WidgetProps&object
Defined in: generated/jsx.ts:6030
Props for the AdwPreferencesGroup widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6052 |
description? | string | null | The description for this group of preferences. | generated/jsx.ts:6032 |
headerSuffix? | Gtk.Widget | null | The 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? | boolean | Whether to separate rows. Equivalent to using the .boxed-list-separate style class on a ListBox instead of .boxed-list. | generated/jsx.ts:6049 |
title? | string | The title for this group of preferences. | generated/jsx.ts:6051 |