Interface

Gtk-4.0GtkAnyFilterConstructorProps

interface ConstructorProps<A extends GObject.Object = GObject.Object> {
    item_type: GType;
    itemType: GType;
    n_items: number;
    nItems: number;
}

Type Parameters

Hierarchy (View Summary)

Index

Properties - Inherited from Gtk.MultiFilter.ConstructorProps

Properties - Inherited from Gtk.EveryFilter.ConstructorProps

Properties - Inherited from Gtk.MultiFilter.ConstructorProps

item_type: GType

Properties - Inherited from Gtk.EveryFilter.ConstructorProps

itemType: GType
n_items: number
nItems: number