getEventSchema

abstract fun getEventSchema(eventId: String): EventSchema?

Looks up the EventSchema registered under eventId anywhere in the screen's tile tree — the lookup behind TriggerEvent.

Return

the matching EventSchema, or null if no event carries that id on this screen.

Parameters

eventId

id of the event to look up.