Interface

Gtk-4.0GtkShortcutConstructorProps

interface ConstructorProps {
    action: Gtk.ShortcutAction | null;
    arguments: GLib.Variant<any> | null;
    trigger: Gtk.ShortcutTrigger | null;
}

Hierarchy (View Summary)

Index

Properties

action: Gtk.ShortcutAction | null
arguments: GLib.Variant<any> | null
trigger: Gtk.ShortcutTrigger | null