16 lines
250 B
Markdown
16 lines
250 B
Markdown
|
---
|
||
|
sidebar_label: FrameAddScriptTagOptions.content
|
||
|
---
|
||
|
|
||
|
# FrameAddScriptTagOptions.content property
|
||
|
|
||
|
Raw JavaScript content to be injected into the frame.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface FrameAddScriptTagOptions {
|
||
|
content?: string;
|
||
|
}
|
||
|
```
|