Type Alias: AdwShortcutLabelProps
AdwShortcutLabelProps =
WidgetProps&object
Defined in: generated/jsx.ts:8235
Props for the AdwShortcutLabel widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
accelerator | string | The displayed accelerator. | generated/jsx.ts:8237 |
disabledText? | string | The text displayed when no accelerator is set. | generated/jsx.ts:8239 |
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:8245 |
ref? | Ref<Adw.ShortcutLabel> | - | generated/jsx.ts:8246 |