Skip to content

Audiorecorderstatechangeevent

AudioRecorderStateChangeEvent #

Bases: Event[EventControlType]

control: EventControlType = field(repr=False) #

data: Any | None = field(default=None, kw_only=True) #

name: str #

page: Page | PageView | None #

state: AudioRecorderState #

The new state of the audio recorder.

target: int #

get_event_field_type(control: Any, field_name: str) #