Skip to main content

Type Alias: AdwActionRowProps

AdwActionRowProps = Omit<AdwPreferencesRowProps, "onNotify"> & object

Defined in: generated/jsx.ts:1337

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:1349
children?ReactNode-generated/jsx.ts:1380
iconName?string | nullThe icon name for this row.generated/jsx.ts:1351
onActivated()?(self) => void | nullThis signal is emitted after the row has been activated.generated/jsx.ts:1379
onNotify?(self, propName) => void | nullCalled 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 | nullThe subtitle for this row. The subtitle is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE.generated/jsx.ts:1358
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:1365
subtitleSelectable?booleanWhether the user can copy the subtitle from the label. See also Label.selectable.generated/jsx.ts:1371
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:1377