20 lines
237 B
Markdown
20 lines
237 B
Markdown
---
|
|
sidebar_label: PDFOptions.timeout
|
|
---
|
|
|
|
# PDFOptions.timeout property
|
|
|
|
Timeout in milliseconds. Pass `0` to disable timeout.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface PDFOptions {
|
|
timeout?: number;
|
|
}
|
|
```
|
|
|
|
#### Default value:
|
|
|
|
30000
|