RuntimeMode
constRuntimeMode:object
Runtime-mode values (plan 144). Reference these constants instead of raw
string literals when setting RevTurbineInitOptions.runtimeMode — e.g.
runtimeMode: RuntimeMode.LocalOnly.
Type Declaration
Section titled “Type Declaration”CustomEndpoints
Section titled “CustomEndpoints”
readonlyCustomEndpoints:"custom_endpoints"='custom_endpoints'
Customer-provided endpoint replacements.
LocalOnly
Section titled “LocalOnly”
readonlyLocalOnly:"local_only"='local_only'
No server calls — runtime data is initialized locally from
RevTurbineInitOptions.localRuntime. Emits no telemetry (neither
the /api/track clickstream nor the keyless /api/sdk/meta beacon), which
makes it the correct mode for demos and examples so they never report events.
Server
Section titled “Server”
readonlyServer:"revturbine_server"='revturbine_server'
Standard RevTurbine-hosted endpoints (the default).