14 lines
430 B
Markdown
14 lines
430 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameAddStyleTagOptions](./puppeteer.frameaddstyletagoptions.md) > [content](./puppeteer.frameaddstyletagoptions.content.md)
|
||
|
|
||
|
## FrameAddStyleTagOptions.content property
|
||
|
|
||
|
Raw CSS content to be injected into the frame.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
content?: string;
|
||
|
```
|