PostHog · Schema

HeatmapScreenshotResponseTypeEnum

* `screenshot` - Screenshot * `iframe` - Iframe * `recording` - Recording

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-heatmapscreenshotresponsetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HeatmapScreenshotResponseTypeEnum",
  "title": "HeatmapScreenshotResponseTypeEnum",
  "enum": [
    "screenshot",
    "iframe",
    "recording"
  ],
  "type": "string",
  "description": "* `screenshot` - Screenshot\n* `iframe` - Iframe\n* `recording` - Recording"
}