Interface AsukaParametricVariationScope

One contextual parameter set shown for the product root or a concrete Product 3D part.

interface AsukaParametricVariationScope {
    description?: string;
    parameterIds: string[];
    target: string;
    title?: string;
}

Properties

description?: string

Optional target-specific helper text.

parameterIds: string[]

Ordered parameter ids exposed only while this target is the active Variations context.

target: string

@product or a Product 3D part id/label such as body, sole, front-panel...

title?: string

Optional target-specific heading.