puppeteer/docs/api/puppeteer.frameaddscripttagoptions.id.md

16 lines
210 B
Markdown
Raw Normal View History

2022-09-01 15:09:57 +00:00
---
sidebar_label: FrameAddScriptTagOptions.id
---
# FrameAddScriptTagOptions.id property
Sets the `id` of the script.
**Signature:**
```typescript
interface FrameAddScriptTagOptions {
id?: string;
}
```