On this pageEventManagerOptions Arguments for the EventManager constructor. It is intended for typing forwarded __init__ arguments in the subclasses.Index Propertiesclose_timeoutpersist_state_intervalProperties close_timeoutclose_timeout: NotRequired[timedelta | None]Optional timeout for canceling pending event listeners if they exceed this duration.persist_state_intervalpersist_state_interval: NotRequired[timedelta]Interval between emitted PersistState events to maintain state persistence.
Arguments for the
EventManager
constructor.It is intended for typing forwarded
__init__
arguments in the subclasses.