16 lines
210 B
Markdown
16 lines
210 B
Markdown
|
---
|
||
|
sidebar_label: FrameAddScriptTagOptions.id
|
||
|
---
|
||
|
|
||
|
# FrameAddScriptTagOptions.id property
|
||
|
|
||
|
Sets the `id` of the script.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface FrameAddScriptTagOptions {
|
||
|
id?: string;
|
||
|
}
|
||
|
```
|