Skip to main content

Type Alias: AdwActionRowProps

AdwActionRowProps = AdwPreferencesRowProps & object

Defined in: generated/jsx.ts:1193

Props for the AdwActionRow widget.

Type Declaration

NameTypeDescriptionDefined in
activatableWidget?Gtk.Widget | nullThe 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 | nullThe icon name for this row.generated/jsx.ts:1207
onActivated?(self) => void | nullThis signal is emitted after the row has been activated.generated/jsx.ts:1235
ref?Ref<Adw.ActionRow>-generated/jsx.ts:1237
subtitle?string | nullThe subtitle for this row. The subtitle is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE.generated/jsx.ts:1214
subtitleLines?numberThe 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?booleanWhether the user can copy the subtitle from the label. See also Label.selectable.generated/jsx.ts:1227
titleLines?numberThe 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