Event
Base event payload passed to control event handlers.
Inherits: typing.Generic
Properties
Properties
controlclass-attributeinstance-attribute
control: EventControlType = field(repr=False)dataclass-attributeinstance-attribute
data: Optional[Any] = field(default=None, kw_only=True)nameinstance-attribute
name: str