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 ‘observe’ mutation.

Definition

input ObserveOptions {
  domSettleTimeout: Int
}

Fields

domSettleTimeout

Int Timeout in milliseconds to wait for the DOM to settle before performing observation. Helps ensure dynamically loaded content is included. Default is implementation-specific.