Skip to main content
Glama
heatmaps.d.ts924 B
import RageClick from './extensions/rageclick'; import { Properties, RemoteConfig } from './types'; import { PostHog } from './posthog-core'; type HeatmapEventBuffer = { [key: string]: Properties[]; } | undefined; export declare class Heatmaps { instance: PostHog; rageclicks: RageClick; _enabledServerSide: boolean; _initialized: boolean; _mouseMoveTimeout: ReturnType<typeof setTimeout> | undefined; private buffer; private _flushInterval; private deadClicksCapture; constructor(instance: PostHog); get flushIntervalMilliseconds(): number; get isEnabled(): boolean; startIfEnabled(): void; onRemoteConfig(response: RemoteConfig): void; getAndClearBuffer(): HeatmapEventBuffer; private _onDeadClick; private _setupListeners; private _getProperties; private _onClick; private _onMouseMove; private _capture; private flush; } export {};

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server