TilesEventDispatcher
Surface a screen's TilesManager exposes for routing locally-raised TileEvent/TileGroupEvent instances to the tile(s) that should handle them, and for looking up/patching EventSchemas already registered anywhere in the screen's tile tree by id — the collaborator behind dev.catbit.mosaic.client.ui.sdui.foundation.events.EventRunningScope.tilesEventDispatcher and dev.catbit.mosaic.client.ui.sdui.foundation.tiles.renderer.TileRenderingScope's own dispatchEvent/dispatchGroupEvent calls (via the UIEvent those emit).
Inheritors
Functions
Looks up the EventSchema registered under eventId anywhere in the screen's tile tree — the lookup behind TriggerEvent.
Delivers event to every TileHolder in the whole screen's tree whose handlesGroupEvent returns true for it, via each one's own onTileGroupEvent override — the routing behind dev.catbit.mosaic.client.ui.sdui.foundation.tiles.renderer.TileRenderingScope.dispatchGroupEvent.