MCPcopy
hub / github.com/GitbookIO/gitbook / Window

Interface Window

packages/browser-types/src/index.ts:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77declare global {
78 interface Window {
79 /**
80 * Global `window.GitBook` object accessible by integrations.
81 */
82 GitBook?: GitBookGlobal;
83 }
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected