Home > @uniformdev/context > TestEvent

TestEvent type

Emitted event when an A/B test runs

Signature:

type TestEvent = {
    name: string;
    variantId: string | undefined;
    variantAssigned: boolean;
};