Interface

Gtk-4.0GtkTreeListRowConstructorProps

interface ConstructorProps {
    children: Gio.ListModel;
    depth: number;
    expandable: boolean;
    expanded: boolean;
    item: GObject.Object;
}

Hierarchy (View Summary)

Index

Properties

children: Gio.ListModel
depth: number
expandable: boolean
expanded: boolean