Gtk.TreeView.prototype.expand_row

function expand_row(path:Gtk.TreePath, open_all:Boolean):Boolean {
    // Gjs wrapper for gtk_tree_view_expand_row()
}

Opens the row so its children are visible.

path

path to a row

open_all

whether to recursively expand, or just expand immediate children

Returns

true if the row existed and had children