Skip to main content

Type Alias: AdwPreferencesRowProps

AdwPreferencesRowProps = GtkListBoxRowProps & object

Defined in: generated/jsx.ts:6073

Props for the AdwPreferencesRow widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:6097
ref?Ref<Adw.PreferencesRow>-generated/jsx.ts:6098
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:6080
titleSelectable?booleanWhether the user can copy the title from the label. See also Label.selectable.generated/jsx.ts:6086
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:6094
useUnderline?booleanWhether an embedded underline in the title indicates a mnemonic.generated/jsx.ts:6096