Type Alias: AdwPasswordEntryRowProps
AdwPasswordEntryRowProps =
Omit<AdwEntryRowProps,"onNotify"> &object
Defined in: generated/jsx.ts:7335
Props for the AdwPasswordEntryRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7336 |
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:7342 |
ref? | Ref<Adw.PasswordEntryRow> | - | generated/jsx.ts:7343 |