configurator-core/src/configurator.
# Implements
# Table of contents
# Constructors
# Properties
# Methods
- _syncTypeChangeTag
- getIsCatalogSynced
- onCommand
- preFillAssetCache
- requestAsset
- setAlwaysUseCache
- start
- syncCatalog
- syncFloorTag
- syncTypeChangeTag
# Constructors
# constructor
• new default(creator
)
# Parameters
Name | Type |
---|---|
creator | string |
# Properties
# _creator_
• _creator_: string
# Implementation of
# Methods
# _syncTypeChangeTag
▸ _syncTypeChangeTag(tagId
): Promise
<any
>
# Parameters
Name | Type |
---|---|
tagId | string |
# Returns
Promise
<any
>
# getIsCatalogSynced
▸ getIsCatalogSynced(catalogId
): boolean
# Parameters
Name | Type |
---|---|
catalogId | string |
# Returns
boolean
# onCommand
▸ onCommand(command
, conversationId
, data
): void
# Parameters
Name | Type |
---|---|
command | WORKER_MESSAGE |
conversationId | number |
data | any |
# Returns
void
# Implementation of
CommunicationInterfaceCallback.onCommand
# preFillAssetCache
▸ preFillAssetCache(key
, url
): void
# Parameters
Name | Type |
---|---|
key | string |
url | string |
# Returns
void
# requestAsset
▸ requestAsset(url
, urlAsFallback?
): string
# Parameters
Name | Type | Default value |
---|---|---|
url | string | undefined |
urlAsFallback | boolean | false |
# Returns
string
# setAlwaysUseCache
▸ setAlwaysUseCache(alwaysUseCache
): void
# Parameters
Name | Type |
---|---|
alwaysUseCache | boolean |
# Returns
void
# start
▸ start(catalogId
): Promise
<void
>
# Parameters
Name | Type |
---|---|
catalogId | string |
# Returns
Promise
<void
>
# syncCatalog
▸ syncCatalog(catalogId
): Promise
<void
>
# Parameters
Name | Type |
---|---|
catalogId | string |
# Returns
Promise
<void
>
# syncFloorTag
▸ syncFloorTag(tagId
): Promise
<any
>
# Parameters
Name | Type |
---|---|
tagId | string |
# Returns
Promise
<any
>
# syncTypeChangeTag
▸ syncTypeChangeTag(tagId
): Promise
<any
>
# Parameters
Name | Type |
---|---|
tagId | string |
# Returns
Promise
<any
>