14 lines
445 B
Markdown
14 lines
445 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [ScriptIdentifier](./puppeteer.protocol.page.scriptidentifier.md)
|
||
|
|
||
|
## Protocol.Page.ScriptIdentifier type
|
||
|
|
||
|
Unique script identifier.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type ScriptIdentifier = string;
|
||
|
```
|