Skip to main content

Type Alias: AdwPreferencesPageProps

AdwPreferencesPageProps = WidgetProps & object

Defined in: generated/jsx.ts:7526

Props for the AdwPreferencesPage widget.

Type Declaration

NameTypeDescriptionDefined in
banner?Adw.Banner | nullA AdwBanner displayed at the top of the page.generated/jsx.ts:7528
children?ReactNode-generated/jsx.ts:7539
description?stringThe description to be displayed at the top of the page.generated/jsx.ts:7530
descriptionCentered?booleanWhether the description should be centered.generated/jsx.ts:7532
iconName?string | nullThe icon name for this page.generated/jsx.ts:7534
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:7545
ref?Ref<Adw.PreferencesPage>-generated/jsx.ts:7551
title?stringThe title for this page.generated/jsx.ts:7536
useUnderline?booleanWhether an embedded underline in the title indicates a mnemonic.generated/jsx.ts:7538