Type Alias: AdwPreferencesPageProps
AdwPreferencesPageProps =
WidgetProps&object
Defined in: generated/jsx.ts:7526
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:7528 |
children? | ReactNode | - | generated/jsx.ts:7539 |
description? | string | The description to be displayed at the top of the page. | generated/jsx.ts:7530 |
descriptionCentered? | boolean | Whether the description should be centered. | generated/jsx.ts:7532 |
iconName? | string | null | The icon name for this page. | generated/jsx.ts:7534 |
onNotify? | (self, propName) => void | null | Called 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:7545 |
ref? | Ref<Adw.PreferencesPage> | - | generated/jsx.ts:7551 |
title? | string | The title for this page. | generated/jsx.ts:7536 |
useUnderline? | boolean | Whether an embedded underline in the title indicates a mnemonic. | generated/jsx.ts:7538 |