onEvent

open override fun onEvent(tileId: String, event: TileEvent): Result<Unit>

Delivers event to the TileHolder whose id equals tileId, via that holder's own onTileEvent override — the routing behind dev.catbit.mosaic.client.ui.sdui.foundation.tiles.renderer.TileRenderingScope.dispatchEvent.

Parameters

tileId

id of the target tile.

event

the local event to apply.