Skip to main content

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.

Input options for the ‘addInitScript’ mutation.

Definition

input AddInitScriptOptions {
  content: String!
}

Fields

content

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