Determine if load more was bricks/ajax/start was called?

I have the following js on my site, it works great. It also works with my filters and load more button to load my query.

The load more button has an interaction on it too, that loads the query data.

When load more is clicked is there a way to tell if it was in the code below… something like

IF
queryId === ‘56f380’ AND “load more interaction or load more clicked or load more id”

document.addEventListener('bricks/ajax/start', (event) => {
  const queryId = event.detail.queryId || false;

  //console.log('Loading: ', event);
  if (queryId === '56f380') {
     //add class to body for example