Input options for the ‘addInitScript’ mutation.Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Fields
content
String!
The JavaScript content of the script to be added. This script will run on new documents.
Example: "window.myGlobalVar = 'initialValue';"