Skip to main content

Type Alias: AdwShortcutLabelProps

AdwShortcutLabelProps = WidgetProps & object

Defined in: generated/jsx.ts:8235

Props for the AdwShortcutLabel widget.

Type Declaration

NameTypeDescriptionDefined in
acceleratorstringThe displayed accelerator.generated/jsx.ts:8237
disabledText?stringThe text displayed when no accelerator is set.generated/jsx.ts:8239
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:8245
ref?Ref<Adw.ShortcutLabel>-generated/jsx.ts:8246