handleClickRun()

in toolings/tfjs-debugger/src/app/components/app_bar/app_bar.component.ts [43:46]


  handleClickRun() {
    // Triggers a run for the current configs when the "Run" button is clicked.
    this.store.dispatch(triggerRunCurrentConfigs());
  }