MCPcopy
hub / github.com/growthbook/growthbook / WithRunExperimentProps

Interface WithRunExperimentProps

packages/sdk-react/src/GrowthBookReact.tsx:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 growthbook: GrowthBook;
16};
17export interface WithRunExperimentProps {
18 runExperiment: <T>(exp: Experiment<T>) => Result<T>;
19}
20/** @deprecated */
21export type GrowthBookSSRData = {
22 attributes: Record<string, any>;

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…