Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

VariantCategory

Representation of a Variant Category VariantCategory

export interface VariantCategory {
	'hasImage'?: boolean;
	'name'?: string;
	'priority'?: number;
}

Properties

NameRequiredTypeDescription
hasImageOptionalbooleanFlag if varian category has image assigned {boolean} VariantCategory
nameOptionalstringVariant category name {string} VariantCategory
priorityOptionalnumberPriority number of variant category {number} VariantCategory

On this page