Do you mean the "data" parameter from the xxCallBack methods [e.g. eventClickCallBack(e, data)]?
This wasn't available until now. I've added a new property called Data to the Header property. So you are now able to reach it from your AXBackend using the following call:
JSONObject data = getHeader().getData();
An updated build will be available soon.