Home > @uniformdev/context-vue > PersonalizeComponentProps
PersonalizeComponentProps type
Signature:
type PersonalizeComponentProps = {
name: string;
variations: PersonalizedVariant<VariationMatchMetadata>[];
component: PersonalizedVariationComponent;
count?: number;
algorithm?: string;
};
References: PersonalizedVariant, PersonalizedVariationComponent