Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 210 Bytes

puppeteer.frameaddscripttagoptions.id.md

File metadata and controls

15 lines (11 loc) · 210 Bytes
sidebar_label
FrameAddScriptTagOptions.id

FrameAddScriptTagOptions.id property

Sets the id of the script.

Signature:

interface FrameAddScriptTagOptions {
  id?: string;
}