Gtk.ActionGroup.prototype.get_sensitive

function get_sensitive():Boolean {
    // Gjs wrapper for gtk_action_group_get_sensitive()
}

Returns true if the group is sensitive. The constituent actions can only be logically sensitive (see Gtk.Action.prototype.is_sensitive) if they are sensitive (see Gtk.Action.prototype.get_sensitive) and their group is sensitive.

Since 2.4

Returns

true if the group is sensitive.