Skip to main content

Type Alias: AdwButtonRowProps

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

Defined in: generated/jsx.ts:2145

Props for the AdwButtonRow widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:2152
endIconName?string | nullThe icon name to show after the title.generated/jsx.ts:2147
onActivated()?(self) => void | nullThis signal is emitted after the row has been activated.generated/jsx.ts:2151
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:2158
ref?Ref<Adw.ButtonRow>-generated/jsx.ts:2159
startIconName?string | nullThe icon name to show before the title.generated/jsx.ts:2149