Home > @uniformdev/context > SetTestCommand
SetTestCommand type
Sets a specific variant as being this visitor's variant on an A/B test
Signature:
type SetTestCommand = StorageCommand<'settest', {
test: string;
variant: string;
}>;
References: StorageCommand