Skip to content

Event

Inherits: Generic[EventControlType]

Base event payload passed to control event handlers.

Properties

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

Page that owns the event source control.

target property #

target: int

Internal id of the control that emitted this event.