Interface

Gtk-4.0GtkBoolFilterConstructorProps

interface ConstructorProps {
    expression: Gtk.Expression | null;
    invert: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties

expression: Gtk.Expression | null
invert: boolean