I think to do that you’ll need to traverse the tileset’s children and look for the one that has this property. You can do this by first getting the root tile:
The only problem I can see with this is that if the tile isn’t loaded or not in view yet, then it won’t have its properties loaded. Another way is to listen for the tileVisible event and check each new tile visible if it’s the one you’re looking for: