TilesValueProducer

Surface that lets an event read a value a specific tile currently produces, addressed by tile id plus a tile-defined key — the collaborator behind dev.catbit.mosaic.client.ui.sdui.foundation.events.EventRunningScope.tilesValueProducer, and in turn behind the server DSL's Tile data source (tile(tileId, dataKey)) used by GetData/EvaluateData.

Inheritors

Functions

Link copied to clipboard
abstract fun getValueWithKey(tileId: String, key: String): Map<String, Any>?

Looks up the TileHolder whose id equals tileId and asks it for the value it exposes under key, via that holder's own produceValueWithKey override.