Type Alias: AdwActionRowProps
AdwActionRowProps =
Omit<AdwPreferencesRowProps,"onNotify"> &object
Defined in: generated/jsx.ts:1337
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:1349 |
children? | ReactNode | - | generated/jsx.ts:1380 |
iconName? | string | null | The icon name for this row. | generated/jsx.ts:1351 |
onActivated()? | (self) => void | null | This signal is emitted after the row has been activated. | generated/jsx.ts:1379 |
onNotify? | (self, propName) => void | null | Called 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:1386 |
ref? | Ref<Adw.ActionRow> | - | generated/jsx.ts:1398 |
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:1358 |
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:1365 |
subtitleSelectable? | boolean | Whether the user can copy the subtitle from the label. See also Label.selectable. | generated/jsx.ts:1371 |
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:1377 |