Type Alias: AdwShortcutsDialogProps
AdwShortcutsDialogProps =
Omit<AdwDialogProps,"onNotify"> &object
Defined in: generated/jsx.ts:8268
Props for the AdwShortcutsDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:8269 |
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:8275 |
ref? | Ref<Adw.ShortcutsDialog> | - | generated/jsx.ts:8276 |