Navigate back in browser history.
| 205 | |
| 206 | |
| 207 | class GoBackEvent(BaseEvent[None]): |
| 208 | """Navigate back in browser history.""" |
| 209 | |
| 210 | event_timeout: float | None = _get_timeout('TIMEOUT_GoBackEvent', 15.0) # seconds |
| 211 | |
| 212 | |
| 213 | class GoForwardEvent(BaseEvent[None]): |