Type Alias: GtkShortcutLabelProps
GtkShortcutLabelProps =
WidgetProps&object
Defined in: generated/jsx.ts:6653
Props for the GtkShortcutLabel widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
accelerator? | string | null | The accelerator that self displays. See ShortcutsShortcut.accelerator for the accepted syntax. | generated/jsx.ts:6660 |
disabledText? | string | null | The text that is displayed when no accelerator is set. | generated/jsx.ts:6662 |
ref? | Ref<Gtk.ShortcutLabel> | - | generated/jsx.ts:6663 |