function andCondition()

in grafana/alert/condition.js [63:66]


  function andCondition() {
    that._operator.type = 'and';
    return this;
  }