MCPcopy
hub / github.com/growthbook/growthbook / BasePresetOptions

Interface BasePresetOptions

packages/front-end/services/rampPresets.ts:21–24  ·  view source on GitHub ↗

Common options shared by all presets

Source from the content-addressed store, hash-verified

19
20/** Common options shared by all presets */
21interface BasePresetOptions {
22 /** Actions to apply at each step. If an array per step is provided, it overrides the default. */
23 stepActions?: RampStepAction[];
24}
25
26export interface LinearRampOptions extends BasePresetOptions {
27 /** Total ramp duration in seconds */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…