Skip to main content

Type Alias: AdwButtonRowProps

AdwButtonRowProps = AdwPreferencesRowProps & object

Defined in: generated/jsx.ts:1806

Props for the AdwButtonRow widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:1813
endIconName?string | nullThe icon name to show after the title.generated/jsx.ts:1808
onActivated?(self) => void | nullThis signal is emitted after the row has been activated.generated/jsx.ts:1812
ref?Ref<Adw.ButtonRow>-generated/jsx.ts:1814
startIconName?string | nullThe icon name to show before the title.generated/jsx.ts:1810