Type Alias: AdwSwitchRowProps
AdwSwitchRowProps =
Omit<AdwActionRowProps,"onNotify"> &object
Defined in: generated/jsx.ts:9294
Props for the AdwSwitchRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
active? | boolean | Whether the switch row is in the "on" or "off" position. | generated/jsx.ts:9296 |
children? | ReactNode | - | generated/jsx.ts:9297 |
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:9303 |
ref? | Ref<Adw.SwitchRow> | - | generated/jsx.ts:9304 |