Supplies operational information about a set of variants.

interface VariantDetail {
    id?: number;
    map: VariantMap;
    name: string;
    tag: ElementTag;
}

Properties

Properties

id?: number

The highest priority ID across all variants, if any variant has an ID.

The actual variants.

name: string

The canonical name to use for the variants.

The shared tag across all variants.