2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ProtocolLifeCycleEvent
|
|
|
|
---
|
|
|
|
|
|
|
|
# ProtocolLifeCycleEvent type
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
2023-01-09 09:58:41 +00:00
|
|
|
export type ProtocolLifeCycleEvent =
|
2022-08-06 14:49:20 +00:00
|
|
|
| 'load'
|
|
|
|
| 'DOMContentLoaded'
|
|
|
|
| 'networkIdle'
|
|
|
|
| 'networkAlmostIdle';
|
|
|
|
```
|