Type Alias: AdwPreferencesPageProps
AdwPreferencesPageProps =
WidgetProps&object
Defined in: generated/jsx.ts:6056
Props for the AdwPreferencesPage widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
banner? | Adw.Banner | null | A AdwBanner displayed at the top of the page. | generated/jsx.ts:6058 |
children? | ReactNode | - | generated/jsx.ts:6069 |
description? | string | The description to be displayed at the top of the page. | generated/jsx.ts:6060 |
descriptionCentered? | boolean | Whether the description should be centered. | generated/jsx.ts:6062 |
iconName? | string | null | The icon name for this page. | generated/jsx.ts:6064 |
ref? | Ref<Adw.PreferencesPage> | - | generated/jsx.ts:6070 |
title? | string | The title for this page. | generated/jsx.ts:6066 |
useUnderline? | boolean | Whether an embedded underline in the title indicates a mnemonic. | generated/jsx.ts:6068 |