PostHog · Schema

EvaluationRuntimeEnum

* `server` - Server * `client` - Client * `all` - All

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

JSON Schema

posthog-evaluationruntimeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EvaluationRuntimeEnum",
  "title": "EvaluationRuntimeEnum",
  "enum": [
    "server",
    "client",
    "all"
  ],
  "type": "string",
  "description": "* `server` - Server\n* `client` - Client\n* `all` - All"
}