Documentation
Preparing search index...
ts_lib/src/external_api_shop
ApiFunctionMap
Interface ApiFunctionMap
interface
ApiFunctionMap
{
activeExtraProcesses
:
()
=>
ShopExtraProcess
[]
;
addData
:
(
entries
:
InputEntry
[]
,
config
:
ShopAddDataConfig
,
)
=>
ExternalAddResult
[]
;
addLayereds
:
(
inputs
:
readonly
Readonly
<
TwoDimInput
>
[]
,
)
=>
ExternalAddResult
[]
;
addSimplePart
:
(
p
:
PartCreationInformation
)
=>
void
;
addUserDefinedTube
:
(
u
:
UserDefinedTubeCreationInformation
)
=>
boolean
;
applyChangesToVertices
:
(
data
:
RootIdKeyWithChangeData
[]
)
=>
ApplyResult
;
articleUuids
:
()
=>
string
[]
;
changeProjectName
:
(
name
:
string
)
=>
boolean
;
clearGraph
:
()
=>
void
;
computeShippingCosts
:
(
kilometer
:
number
,
packagings
:
ShopPackaging
[]
,
)
=>
undefined
|
ShippingCosts
;
computeShopPackagings
:
()
=>
ShopPackaging
[]
;
createBackendBomData
:
()
=>
ShopBackendBomData
;
createProjectObject
:
(
nodeIdKeys
:
string
[]
,
previewPriceProcessIds
:
string
[]
,
)
=>
ProjectObject
;
createShopBackendProjectData
:
(
config
:
ShopBackendDataConfig
,
)
=>
ShopBackendProjectData
;
deleteNodes
:
(
vertexKeys
:
string
[]
)
=>
boolean
;
prepareUnsafeSession
:
(
sheetNestorTimeout
:
CamNestorTimeout
)
=>
void
;
serializeProject
:
()
=>
string
;
setInternalPartNumbers
:
(
articleUuidToShopPartNumber
:
{
[
index
:
string
]:
string
}
,
)
=>
void
;
shopConfiguration
:
()
=>
ShopConfig
;
}
Hierarchy (
View Summary
)
FrontendApiFunctionMap
BackendApiFunctionMap
ApiFunctionMap
Index
Properties
active
Extra
Processes
add
Data
add
Layereds
add
Simple
Part
add
User
Defined
Tube
apply
Changes
To
Vertices
article
Uuids
change
Project
Name
clear
Graph
compute
Shipping
Costs
compute
Shop
Packagings
create
Backend
Bom
Data
create
Project
Object
create
Shop
Backend
Project
Data
delete
Nodes
prepare
Unsafe
Session
serialize
Project
set
Internal
Part
Numbers
shop
Configuration
Properties
active
Extra
Processes
activeExtraProcesses
:
()
=>
ShopExtraProcess
[]
add
Data
addData
:
(
entries
:
InputEntry
[]
,
config
:
ShopAddDataConfig
,
)
=>
ExternalAddResult
[]
add
Layereds
addLayereds
:
(
inputs
:
readonly
Readonly
<
TwoDimInput
>
[]
)
=>
ExternalAddResult
[]
add
Simple
Part
addSimplePart
:
(
p
:
PartCreationInformation
)
=>
void
add
User
Defined
Tube
addUserDefinedTube
:
(
u
:
UserDefinedTubeCreationInformation
)
=>
boolean
apply
Changes
To
Vertices
applyChangesToVertices
:
(
data
:
RootIdKeyWithChangeData
[]
)
=>
ApplyResult
article
Uuids
articleUuids
:
()
=>
string
[]
change
Project
Name
changeProjectName
:
(
name
:
string
)
=>
boolean
clear
Graph
clearGraph
:
()
=>
void
compute
Shipping
Costs
computeShippingCosts
:
(
kilometer
:
number
,
packagings
:
ShopPackaging
[]
,
)
=>
undefined
|
ShippingCosts
compute
Shop
Packagings
computeShopPackagings
:
()
=>
ShopPackaging
[]
create
Backend
Bom
Data
createBackendBomData
:
()
=>
ShopBackendBomData
create
Project
Object
createProjectObject
:
(
nodeIdKeys
:
string
[]
,
previewPriceProcessIds
:
string
[]
,
)
=>
ProjectObject
create
Shop
Backend
Project
Data
createShopBackendProjectData
:
(
config
:
ShopBackendDataConfig
,
)
=>
ShopBackendProjectData
delete
Nodes
deleteNodes
:
(
vertexKeys
:
string
[]
)
=>
boolean
prepare
Unsafe
Session
prepareUnsafeSession
:
(
sheetNestorTimeout
:
CamNestorTimeout
)
=>
void
serialize
Project
serializeProject
:
()
=>
string
set
Internal
Part
Numbers
setInternalPartNumbers
:
(
articleUuidToShopPartNumber
:
{
[
index
:
string
]:
string
}
,
)
=>
void
shop
Configuration
shopConfiguration
:
()
=>
ShopConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Extra
Processes
add
Data
add
Layereds
add
Simple
Part
add
User
Defined
Tube
apply
Changes
To
Vertices
article
Uuids
change
Project
Name
clear
Graph
compute
Shipping
Costs
compute
Shop
Packagings
create
Backend
Bom
Data
create
Project
Object
create
Shop
Backend
Project
Data
delete
Nodes
prepare
Unsafe
Session
serialize
Project
set
Internal
Part
Numbers
shop
Configuration
Documentation
Loading...