KnockGuideProvider
A React context provider that manages in-app guide state and provides guide-related functionality to child components.
Usage
#Props
#The channel ID for the guide channel.
Signals when the provider should initialize the guide client and fetch eligible guides. To prevent guides from being fetched with incomplete or undefined targeting data, set to true only when all targetParams data is available.
Whether to listen for real-time guide updates. Defaults to true.
The color mode for guide styling (light or dark).
Additional targeting parameters for guide display conditions.
Whether to automatically track location changes from the browser window.
Duration in milliseconds for resolving guide order conflicts.
Interval in milliseconds for throttling guide checks.
Child components that will have access to the guide context.