getTileHolder

fun getTileHolder(tileId: String): TileHolder<*>?

Searches this event's own tiles (then, recursively, its own events) for the TileHolder whose id equals tileId — the counterpart lookup to TileHolder.getTileHolder, letting a search cross from the tile side into an event's own nested tiles and back.

Return

the matching TileHolder, or null if not found in this subtree.

Parameters

tileId

the id to search for.