Type Alias MockupStyles

MockupStyles: {
    display_name: string;
    dpi: number;
    mockup_styles: {
        category_name: string;
        id: number;
        restricted_to_variants: any[] | null;
        view_name: string;
    }[];
    placement: string;
    print_area_height: number;
    print_area_type: MockupStyles.print_area_type | null;
    print_area_width: number;
    technique: string;
}

Data containing information about the available mockup styles

Type declaration

  • display_name: string

    Placement display name that can be shown to end-customers.

  • dpi: number

    Print area DPI

  • mockup_styles: {
        category_name: string;
        id: number;
        restricted_to_variants: any[] | null;
        view_name: string;
    }[]

    A list of available mockup styles for example:

    • On the hanger
    • On the Male/Female model
    • Flat on the table
    • etc.
  • placement: string

    Catalog product placement for which the mockup styles defined in mockup_style_ids could be used.

  • print_area_height: number

    Print area height of a placement defined in inches

  • print_area_type: MockupStyles.print_area_type | null

    Type of the print area.

  • print_area_width: number

    Print area width of a placement defined in inches

  • technique: string

    Technique name