Type Alias: AdwButtonRowProps
AdwButtonRowProps =
Omit<AdwPreferencesRowProps,"onNotify"> &object
Defined in: generated/jsx.ts:2145
Props for the AdwButtonRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:2152 |
endIconName? | string | null | The icon name to show after the title. | generated/jsx.ts:2147 |
onActivated()? | (self) => void | null | This signal is emitted after the row has been activated. | generated/jsx.ts:2151 |
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:2158 |
ref? | Ref<Adw.ButtonRow> | - | generated/jsx.ts:2159 |
startIconName? | string | null | The icon name to show before the title. | generated/jsx.ts:2149 |