Configurator.Internal.default-4
configurator-core/src/configurator.internal.default
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new default(creator
)
Parameters
Properties
_creator_
• _creator_: string
Implementation of
Methods
_syncTypeChangeTag
▸ _syncTypeChangeTag(tagId
): Promise
<any
>
Parameters
Returns
Promise
<any
>
getIsCatalogSynced
▸ getIsCatalogSynced(catalogId
): boolean
Parameters
Returns
boolean
onCommand
▸ onCommand(command
, conversationId
, data
): void
Parameters
Returns
void
Implementation of
CommunicationInterfaceCallback.onCommand
preFillAssetCache
▸ preFillAssetCache(key
, url
): void
Parameters
Returns
void
requestAsset
▸ requestAsset(url
, urlAsFallback?
): string
Parameters
Returns
string
setAlwaysUseCache
▸ setAlwaysUseCache(alwaysUseCache
): void
Parameters
Returns
void
start
▸ start(catalogId
): Promise
<void
>
Parameters
Returns
Promise
<void
>
syncCatalog
▸ syncCatalog(catalogId
): Promise
<void
>
Parameters
Returns
Promise
<void
>
syncFloorTag
▸ syncFloorTag(tagId
): Promise
<any
>
Parameters
Returns
Promise
<any
>
syncTypeChangeTag
▸ syncTypeChangeTag(tagId
): Promise
<any
>
Parameters
Returns
Promise
<any
>
Last updated