2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: PDFOptions.timeout
|
|
|
|
---
|
|
|
|
|
|
|
|
# PDFOptions.timeout property
|
|
|
|
|
2022-12-16 13:21:28 +00:00
|
|
|
Timeout in milliseconds. Pass `0` to disable timeout.
|
2022-08-06 14:49:20 +00:00
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface PDFOptions {
|
|
|
|
timeout?: number;
|
|
|
|
}
|
|
|
|
```
|
2022-10-24 14:31:12 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
30000
|