Interface

Gtk-4.0GtkEnumListItemConstructorProps

interface ConstructorProps {
    name: string;
    nick: string;
    value: number;
}

Hierarchy (View Summary)

Index
name: string
nick: string
value: number