Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for addScriptTag

Hierarchy

  • ScriptTagOptions

Index

Properties

Properties

Optional content

content: string

Raw JavaScript content to be injected into frame.

Optional path

path: string

Path to the JavaScript file to be injected into frame. If path is a relative path, then it is resolved relative to current working directory.

Optional type

type: string

Script type. Use 'module' in order to load a Javascript ES6 module.

Optional url

url: string

Url of a script to be added.

Generated using TypeDoc