Skip to main content
Input options for the ‘addInitScript’ mutation.

Definition

Fields

content

String! The JavaScript content of the script to be added. This script will run on new documents. Example: "window.myGlobalVar = 'initialValue';"