<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) &gt; [scriptId](./puppeteer.protocol.debugger.scriptparsedevent.scriptid.md)

## Protocol.Debugger.ScriptParsedEvent.scriptId property

Identifier of the script parsed.

<b>Signature:</b>

```typescript
scriptId: Runtime.ScriptId;
```