input AddScriptTagOptions { content: String id: String path: String type: String url: URL }
content
"console.log('Hello from injected script');"
id
"my-custom-script"
path
type
url
"https://example.com/myscript.js"