Type Alias: AdwButtonRowProps
AdwButtonRowProps =
AdwPreferencesRowProps&object
Defined in: generated/jsx.ts:1806
Props for the AdwButtonRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:1813 |
endIconName? | string | null | The icon name to show after the title. | generated/jsx.ts:1808 |
onActivated? | (self) => void | null | This signal is emitted after the row has been activated. | generated/jsx.ts:1812 |
ref? | Ref<Adw.ButtonRow> | - | generated/jsx.ts:1814 |
startIconName? | string | null | The icon name to show before the title. | generated/jsx.ts:1810 |