Event
Base event payload passed to control event handlers.
Inherits: typing.Generic
Properties
Properties
controlclass-attributeinstance-attribute
control: EventControlType = field(repr=False)The control that emitted the event.
dataclass-attributeinstance-attribute
data: Any | None = field(default=None, kw_only=True)Optional event payload data.