Skip to main content

Type Alias: AdwSwitchRowProps

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

Defined in: generated/jsx.ts:9294

Props for the AdwSwitchRow widget.

Type Declaration

NameTypeDescriptionDefined in
active?booleanWhether the switch row is in the "on" or "off" position.generated/jsx.ts:9296
children?ReactNode-generated/jsx.ts:9297
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:9303
ref?Ref<Adw.SwitchRow>-generated/jsx.ts:9304