Interface AsukaElementVariationParametricControls

Parameters exposed directly from one product/part variation node.

interface AsukaElementVariationParametricControls {
    description?: string;
    enabled?: boolean;
    parameterIds?: string[];
    title?: string;
}

Properties

description?: string

Optional helper text overriding the product-level default for this variation node.

enabled?: boolean

Local opt-out. The global Product 3D Variations setting must still be enabled.

parameterIds?: string[]

Ordered ids from the owning element parametric recipe.

title?: string

Optional heading overriding the product-level default for this variation node.