PostHogFeatureFlag

Example values

TypeScript
{
id: number;
name: string;
key: string;
filters?: {
aggregation_group_type_index?: number;
groups?: FeatureFlagCondition[];
multivariate?: {
variants: {
key: string;
rollout_percentage: number;
}[];
};
payloads?: Record<string, string>;
};
deleted: boolean;
active: boolean;
rollout_percentage: null | number;
ensure_experience_continuity: boolean;
experiment_set: number[];
}

Community questions

Questions about this page? or post a community question.