updateEventHolder

abstract fun updateEventHolder(eventId: String, data: Map<String, Any?>): Result<Unit>

Applies data as a shallow JSON-patch merge onto the event registered under eventId — the mechanism behind UpdateEvents, the event-level equivalent of TilesEditor.updateTile.

Parameters

eventId

id of the event to patch.

data

the patch to merge onto that event's current fields.