Interface AsukaParametricVariationControls

interface AsukaParametricVariationControls {
    compact?: boolean;
    description?: string;
    enabled?: boolean;
    placement?: AsukaParametricVariationPlacement;
    scopes?: AsukaParametricVariationScope[];
    title?: string;
}

Properties

compact?: boolean

Keep the controls visually compact inside contextual variation panels.

description?: string

Optional helper text shown below the heading.

enabled?: boolean

Opt-in flag. Parametric products remain hidden from Variations unless explicitly enabled.

Position relative to the current variation list.

Contextual parameter sets. No matching scope means no dimension controls are rendered.

title?: string

Optional custom heading shown to the end user.