Event Inherits: Generic[EventControlType] Properties control(EventControlType) – data(Any | None) – name(str) – page(Page | BasePage) – target(int) – Properties# control class-attribute instance-attribute # control: EventControlType = field(repr=False) data class-attribute instance-attribute # data: Any | None = field(default=None, kw_only=True) name instance-attribute # name: str page property # page: Page | BasePage target property # target: int