EventSchemaHolderUIEvent

data class EventSchemaHolderUIEvent(val events: List<EventSchema>, val data: Any?) : UIEvent

Emitted by TileRenderingScope.triggerEvent — run every entry in events (already filtered to the ones whose trigger matched), each with data as its incomingData.

Constructors

Link copied to clipboard
constructor(events: List<EventSchema>, data: Any?)

Properties

Link copied to clipboard
val data: Any?
Link copied to clipboard