12 lines
235 B
Markdown
12 lines
235 B
Markdown
---
|
|
sidebar_label: ProtocolLifeCycleEvent
|
|
---
|
|
# ProtocolLifeCycleEvent type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type ProtocolLifeCycleEvent = 'load' | 'DOMContentLoaded' | 'networkIdle' | 'networkAlmostIdle';
|
|
```
|