Gtk.WidgetPath.prototype.iter_get_name

function iter_get_name(pos:Number):String {
    // Gjs wrapper for gtk_widget_path_iter_get_name()
}

Returns the name corresponding to the widget found at the position pos in the widget hierarchy defined by path

pos

position to get the widget name for, -1 for the path head

Returns

The widget name, or null if none was set.