Get all mosaic tiles of object

On a document object, which has Mosaic layout activated, I am trying to catch all tile objects referenced to that object.

I could parse the value (html) of customContentLayout for divs like <div data-tile="./@@plone.app.standardtiles... and resolve them, but is there a faster alternative to do this?

Not really. Tiles are quite loosely coupled from content.

:disappointed: As I unfortunately suspected.. Anyway, thanks a lot for your feedback.