Thanks for a great work! Is it possible to add method in LMarkerClusterClic

Thanks for a great work!
Is it possible to add method in LMarkerClusterClickEvent to get the underlying markers list? Or may be you can recommend another way to identify markers in the clicked cluster?
Scenario of usage:

  1. add some entity instances to markers via setData during the creation.
  2. click on a cluster icon.
  3. Get the underlying entity instances from cluster’s markers list via getData.
  4. Show the entity instances in some table or popup window.