Type Alias OutfitShownProperties

OutfitShownProperties: {
    component: "mdrc";
} | {
    avatar: ReferenceData;
    collection: ReferenceData;
    component: "vsc";
    garments: ProductDescription[];
    scene: ReferenceData;
}

Type declaration

  • component: "mdrc"

    Identifies the component as the modal dressing room component

Type declaration

  • avatar: ReferenceData

    The avatar that is part of this outfit

  • collection: ReferenceData

    The collection that is currently opened in the virtual styling component

  • component: "vsc"

    Identifies the component as the virtual styling component

  • garments: ProductDescription[]

    The garments that are part of this outfit in the order they are rendered in the outfit

  • scene: ReferenceData

    The scene that is part of this outfit