PostHog · Schema

ShortcutPositionEnum

* `above` - Above * `below` - Below * `hidden` - Hidden

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

JSON Schema

posthog-shortcutpositionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShortcutPositionEnum",
  "title": "ShortcutPositionEnum",
  "enum": [
    "above",
    "below",
    "hidden"
  ],
  "type": "string",
  "description": "* `above` - Above\n* `below` - Below\n* `hidden` - Hidden"
}