Type Alias ParametricVariationScopeContext

ParametricVariationScopeContext: {
    aliases?: string[];
    partId?: string;
    partLabel?: string;
    productRoot?: boolean;
}

Type declaration

  • Optionalaliases?: string[]

    Additional ids, labels, mesh/material ids or semantic aliases.

  • OptionalpartId?: string

    Stable Product 3D part id emitted by Babylon or stored on the variation group.

  • OptionalpartLabel?: string

    Human label used as a resilient secondary alias.

  • OptionalproductRoot?: boolean

    True while the Variations browser is displaying the product/element root.