Type Alias: AdwPreferencesRowProps
AdwPreferencesRowProps =
GtkListBoxRowProps&object
Defined in: generated/jsx.ts:6073
Props for the AdwPreferencesRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6097 |
ref? | Ref<Adw.PreferencesRow> | - | generated/jsx.ts:6098 |
title? | string | The 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? | boolean | Whether the user can copy the title from the label. See also Label.selectable. | generated/jsx.ts:6086 |
useMarkup? | boolean | Whether 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? | boolean | Whether an embedded underline in the title indicates a mnemonic. | generated/jsx.ts:6096 |