Skip to main content

Type Alias: AdwPreferencesRowProps

AdwPreferencesRowProps = Omit<GtkListBoxRowProps, "onNotify"> & object

Defined in: generated/jsx.ts:7554

Props for the AdwPreferencesRow widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:7578
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:7584
ref?Ref<Adw.PreferencesRow>-generated/jsx.ts:7587
title?stringThe title of the preference represented by this row. The title is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE.generated/jsx.ts:7561
titleSelectable?booleanWhether the user can copy the title from the label. See also Label.selectable.generated/jsx.ts:7567
useMarkup?booleanWhether to use Pango markup for the title label. Subclasses may also use it for other labels, such as subtitle. See also Pangoparse_markup.generated/jsx.ts:7575
useUnderline?booleanWhether an embedded underline in the title indicates a mnemonic.generated/jsx.ts:7577