Freeze Design Frontend - TypeScript API
Preparing search index...
AdminProductPrintZone
Interface AdminProductPrintZone
A named printable zone on a product (multi-zone).
interface
AdminProductPrintZone
{
id
:
number
;
product
:
number
;
view
:
"front"
|
"back"
|
"left"
|
"right"
;
name
:
string
;
code
:
string
;
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
;
max_area_cm2
:
string
|
null
;
decoration_method
:
number
|
null
;
decoration_method_name
:
string
|
null
;
price_modifier
:
string
;
is_active
:
boolean
;
sort_order
:
number
;
created_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
product
view
name
code
x
y
width
height
max_
area_
cm2
decoration_
method
decoration_
method_
name
price_
modifier
is_
active
sort_
order
created_
at
updated_
at
Properties
id
id
:
number
product
product
:
number
view
view
:
"front"
|
"back"
|
"left"
|
"right"
name
name
:
string
code
code
:
string
x
x
:
number
y
y
:
number
width
width
:
number
height
height
:
number
max_
area_
cm2
max_area_cm2
:
string
|
null
decoration_
method
decoration_method
:
number
|
null
decoration_
method_
name
decoration_method_name
:
string
|
null
price_
modifier
price_modifier
:
string
is_
active
is_active
:
boolean
sort_
order
sort_order
:
number
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
product
view
name
code
x
y
width
height
max_
area_
cm2
decoration_
method
decoration_
method_
name
price_
modifier
is_
active
sort_
order
created_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...
A named printable zone on a product (multi-zone).