Event

@Serializable
class Event(val id: Id, val tag: EventTag, val args: List<JsonElement> = emptyList())

Constructors

Link copied to clipboard
constructor(id: Id, tag: EventTag, args: List<JsonElement> = emptyList())

Properties

Link copied to clipboard
val args: List<JsonElement>
Link copied to clipboard
val id: Id

Identifier for the widget from which this event originated.

Link copied to clipboard

Identifies which event occurred on the widget with id.