Freeze Design Frontend - TypeScript API
Preparing search index...
ProductionBoardItem
Interface ProductionBoardItem
Eén orderregel op het productiebord (over orders heen), met order-context.
interface
ProductionBoardItem
{
id
:
number
;
order_id
:
number
;
order_number
:
string
;
order_status
:
OrderStatus
;
order_created_at
:
string
;
needs_attention
:
boolean
;
product_name
:
string
;
variant_description
:
string
;
quantity
:
number
;
custom_text
:
string
;
custom_number
:
string
;
production_status
:
ProductionStatus
;
design_id
:
number
|
null
;
design_preview
:
string
|
null
;
}
Index
Properties
id
order_
id
order_
number
order_
status
order_
created_
at
needs_
attention
product_
name
variant_
description
quantity
custom_
text
custom_
number
production_
status
design_
id
design_
preview
Properties
id
id
:
number
order_
id
order_id
:
number
order_
number
order_number
:
string
order_
status
order_status
:
OrderStatus
order_
created_
at
order_created_at
:
string
needs_
attention
needs_attention
:
boolean
product_
name
product_name
:
string
variant_
description
variant_description
:
string
quantity
quantity
:
number
custom_
text
custom_text
:
string
custom_
number
custom_number
:
string
production_
status
production_status
:
ProductionStatus
design_
id
design_id
:
number
|
null
design_
preview
design_preview
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
order_
id
order_
number
order_
status
order_
created_
at
needs_
attention
product_
name
variant_
description
quantity
custom_
text
custom_
number
production_
status
design_
id
design_
preview
Freeze Design Frontend - TypeScript API
Loading...
Eén orderregel op het productiebord (over orders heen), met order-context.