Configurator.Internal.default-1

configurator-core/src/configurator.internal.default

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new default(creator)

Parameters

NameType

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator

Methods

changeUseOfHDGeometry

changeUseOfHDGeometry(): void

Returns

void


cleanUp

cleanUp(): void

Returns

void


combineMaterialsToGroups

combineMaterialsToGroups(materials): Promise<RapiMaterialGroup[]>

Parameters

NameType

materials

Returns

Promise<RapiMaterialGroup[]>


createNewPlan

createNewPlan(): RapiPlan

Returns

RapiPlan


export3D

export3D(id, email, fileFormat, options?): Promise<unknown>

Export a configuration id into a given file format and send it via email

Parameters

NameTypeDescription

id

string

email

string

fileFormat

string

check API documentation for valid formats

options

object

-

Returns

Promise<unknown>


getAdditionalContentsOfItems

getAdditionalContentsOfItems(rapiItems): Promise<RapiAdditionalContent[]>

Parameters

NameType

rapiItems

Returns

Promise<RapiAdditionalContent[]>


getCatalog

getCatalog(id): Promise<RapiCatalog>

Parameters

NameType

id

string

Returns

Promise<RapiCatalog>


getComponent

getComponent(id): Promise<RapiComponent>

Parameters

NameType

id

string

Returns

Promise<RapiComponent>


getComponents

getComponents(ids): Promise<RapiComponent[]>

Parameters

NameType

ids

string[]

Returns

Promise<RapiComponent[]>


getComponentsOf

getComponentsOf(rapiJson): Promise<RapiComponent[]>

Parameters

NameType

rapiJson

Returns

Promise<RapiComponent[]>


getConfiguration

getConfiguration(id): Promise<RapiConfiguration>

Parameters

NameType

id

string

Returns

Promise<RapiConfiguration>


getConfigurations

getConfigurations(ids): Promise<RapiConfiguration[]>

Parameters

NameType

ids

string[]

Returns

Promise<RapiConfiguration[]>


getConfiguratorSettings

getConfiguratorSettings(id): Promise<RapiConfiguratorSettings>

Parameters

NameType

id

string

Returns

Promise<RapiConfiguratorSettings>


getCurrentSkin

getCurrentSkin(): Promise<RapiSkin>

Returns

Promise<RapiSkin>


getHSCPackage

getHSCPackage(id): Promise<void | RapiPackage>

Parameters

NameType

id

string

Returns

Promise<void | RapiPackage>


getItem

getItem(id): Promise<RapiItem>

Parameters

NameType

id

string

Returns

Promise<RapiItem>


getItems

getItems(ids): Promise<RapiItem[]>

Parameters

NameType

ids

string[]

Returns

Promise<RapiItem[]>


getItemsOf

getItemsOf(rapiJson): Promise<RapiItem[]>

Parameters

NameType

rapiJson

Returns

Promise<RapiItem[]>


getMaterial

getMaterial(id): Promise<RapiMaterial>

Parameters

NameType

id

string

Returns

Promise<RapiMaterial>


getMaterials

getMaterials(ids): Promise<RapiMaterial[]>

Parameters

NameType

ids

string[]

Returns

Promise<RapiMaterial[]>


getMaterialsByGroup

getMaterialsByGroup(groupIdsToCheck): Promise<RapiMaterialGroup[]>

Parameters

NameType

groupIdsToCheck

string[]

Returns

Promise<RapiMaterialGroup[]>


getMaterialsOf

getMaterialsOf(rapiJson): Promise<RapiMaterial[]>

Parameters

NameType

rapiJson

Returns

Promise<RapiMaterial[]>


getMesh

getMesh(id, format?, quality?): Promise<RapiMeshData>

Parameters

NameTypeDefault value

id

string

undefined

format

string

MESH_DEFAULT_FORMAT

quality

number

MESH_DEFAULT_QUALITY

Returns

Promise<RapiMeshData>


getMeshesOfCatalog

getMeshesOfCatalog(catalogId): Promise<RapiMesh[]>

Parameters

NameType

catalogId

string

Returns

Promise<RapiMesh[]>


getPlan

getPlan(id): Promise<RapiPlan>

Parameters

NameType

id

string

Returns

Promise<RapiPlan>


getPlanSnapshot

getPlanSnapshot(id): Promise<RapiPlanSnapshotGetData>

Parameters

NameType

id

`ps_${string}`

Returns

Promise<RapiPlanSnapshotGetData>


getPreloadForConfiguration

getPreloadForConfiguration(id): Promise<void>

Parameters

NameType

id

string

Returns

Promise<void>


getPreloadForItem

getPreloadForItem(id): Promise<void>

Parameters

NameType

id

string

Returns

Promise<void>


getPrices

getPrices(pricesIds): Promise<RapiPrice[]>

Parameters

NameType

pricesIds

string[]

Returns

Promise<RapiPrice[]>


getShortUrl

getShortUrl(referencedId, type): Promise<RapiShortId>

Parameters

NameType

referencedId

string

type

Returns

Promise<RapiShortId>


getTag

getTag(id): Promise<RapiTag>

Parameters

NameType

id

string

Returns

Promise<RapiTag>


getTags

getTags(ids): Promise<RapiTag[]>

Parameters

NameType

ids

string[]

Returns

Promise<RapiTag[]>


getTenant

getTenant(tenantId?): Promise<RapiTenant>

Returns info about the tenant with the provided ID. If the ID is not set it tries to use the current tenant.

Parameters

NameType

tenantId?

number

Returns

Promise<RapiTenant>


getTexture

getTexture(id): Promise<RapiTexture>

Parameters

NameType

id

string

Returns

Promise<RapiTexture>


getTexturesOf

getTexturesOf(rapiJson): Promise<RapiTexture[]>

Parameters

NameType

rapiJson

Returns

Promise<RapiTexture[]>


peekComponent

peekComponent(id): RapiComponent

Parameters

NameType

id

string

Returns

RapiComponent


peekConfiguration

peekConfiguration(id): RapiConfiguration

Parameters

NameType

id

string

Returns

RapiConfiguration


peekItem

peekItem(id): RapiItem

Parameters

NameType

id

string

Returns

RapiItem


peekMaterial

peekMaterial(id): RapiMaterial

Parameters

NameType

id

string

Returns

RapiMaterial


removeCurrentToken

removeCurrentToken(): void

Returns

void


resolveShortUrl

resolveShortUrl(id): Promise<RapiShortId>

Parameters

NameType

id

string

Returns

Promise<RapiShortId>


saveConfiguration

saveConfiguration(configuration): Promise<RapiConfiguration>

Parameters

NameType

configuration

Returns

Promise<RapiConfiguration>


saveConfigurationImage

saveConfigurationImage(configuration, image1, type1, image2, type2): Promise<RapiConfiguration>

Parameters

Returns

Promise<RapiConfiguration>


savePlan

savePlan(plan): Promise<RapiPlan>

Parameters

NameType

plan

Returns

Promise<RapiPlan>


savePlanSnapshot

savePlanSnapshot(planSnapshot): Promise<RapiPlanSnapshotGetData>

Parameters

NameType

planSnapshot

Returns

Promise<RapiPlanSnapshotGetData>


savePlanSnapshotImage

savePlanSnapshotImage(planSnapshot, image1, type1, image2, type2): Promise<RapiPlanSnapshotGetData>

Parameters

Returns

Promise<RapiPlanSnapshotGetData>


sendUserAction

sendUserAction(userAction): Promise<RapiJson>

Parameters

NameType

userAction

Returns

Promise<RapiJson>


setCurrentToken

setCurrentToken(token): void

Parameters

NameType

token

string

Returns

void


shareConfiguration

shareConfiguration(id, email, type): Promise<unknown>

Export a configuration or plansnapshot id into a given file format and send it via email Shares a configuration id using email

Parameters

NameTypeDescription

id

string

email

string

type

the email template to use

Returns

Promise<unknown>


sharePlanSnapshot

sharePlanSnapshot(id, email, type): Promise<unknown>

Shares a sharePlanSnapshot id using email

Parameters

NameTypeDescription

id

string

email

string

type

the email template to use

Returns

Promise<unknown>


signinUser

signinUser(email, password): Promise<RapiAuth>

Parameters

NameType

email

string

password

string

Returns

Promise<RapiAuth>


signoutUser

signoutUser(token): Promise<void>

Parameters

NameType

token

string

Returns

Promise<void>


trackView

trackView(id): Promise<void>

Parameters

NameType

id

string

Returns

Promise<void>


updateCache

updateCache(rapiPath, data): void

Parameters

NameType

rapiPath

data

RapiJson & { id: string }

Returns

void


clearCaches

Static clearCaches(): void

Returns

void

Last updated