processTable.js 199 Bytes
export function processTableArguments(processList, queryParams, nIndex, loading) {
  this.processList = processList
  this.queryParams = queryParams
  this.nIndex = nIndex
  this.loading = loading
}