Type Alias: AdwActionRowProps
AdwActionRowProps =
AdwPreferencesRowProps&object
Defined in: generated/jsx.ts:1193
Props for the AdwActionRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
activatableWidget? | Gtk.Widget | null | The widget to activate when the row is activated. The row can be activated either by clicking on it, calling ActionRowactivate, or via mnemonics in the title. See the AdwPreferencesRow.use-underline property to enable mnemonics. The target widget will be activated by emitting the Widget.:mnemonic-activate signal on it. | generated/jsx.ts:1205 |
children? | ReactNode | - | generated/jsx.ts:1236 |
iconName? | string | null | The icon name for this row. | generated/jsx.ts:1207 |
onActivated? | (self) => void | null | This signal is emitted after the row has been activated. | generated/jsx.ts:1235 |
ref? | Ref<Adw.ActionRow> | - | generated/jsx.ts:1237 |
subtitle? | string | null | The subtitle for this row. The subtitle is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE. | generated/jsx.ts:1214 |
subtitleLines? | number | The number of lines at the end of which the subtitle label will be ellipsized. If the value is 0, the number of lines won't be limited. | generated/jsx.ts:1221 |
subtitleSelectable? | boolean | Whether the user can copy the subtitle from the label. See also Label.selectable. | generated/jsx.ts:1227 |
titleLines? | number | The number of lines at the end of which the title label will be ellipsized. If the value is 0, the number of lines won't be limited. | generated/jsx.ts:1233 |