Gtk.Action.prototype.get_sensitive

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

Returns whether the action itself is sensitive. Note that this doesn't necessarily mean effective sensitivity. See Gtk.is_sensitive for that.

Since 2.4

Returns

true if the action itself is sensitive.