Configurator.Internal.GlobalCallback
configurator-core/src/configurator.internal.GlobalCallback
Hierarchy
↳
GlobalCallback
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new GlobalCallback(creator
)
Parameters
Name | Type |
---|---|
|
|
Inherited from
Properties
_creator_
• _creator_: string
Inherited from
onValidateNetworkResponse
• onValidateNetworkResponse: ExternalResponseValidator
Methods
cameraStartsMoving
▸ cameraStartsMoving(): void
Returns
void
Inherited from
get
▸ get(target
, prop
): string
| (target
: UiCallback
, prop
: keyof UiCallback
) => string
| (target: UiCallback, prop: keyof UiCallback) => string | ... | (() => void) | (() => void) | (() => void) | (() => void) | () => void
| () => void
| () => void
| () => void
| () => void
| () => void
| () => void
| () => void
Parameters
Name | Type |
---|---|
| |
| keyof |
Returns
string
| (target
: UiCallback
, prop
: keyof UiCallback
) => string
| (target: UiCallback, prop: keyof UiCallback) => string | ... | (() => void) | (() => void) | (() => void) | (() => void) | () => void
| () => void
| () => void
| () => void
| () => void
| () => void
| () => void
| () => void
Inherited from
mute
▸ mute(): void
Returns
void
Inherited from
onApiJsonReceived
▸ onApiJsonReceived(_url
, _rapiPath
, _json
): Promise
<RapiJsonBox
>
Parameters
Name | Type | Description |
---|---|---|
|
| URL of the request |
| the RAPI_PATHS enum | |
|
| the JSON response |
Returns
Promise
<RapiJsonBox
>
void
onCheckExternalCache
▸ onCheckExternalCache(_url
, _requestData
): Promise
<any
>
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
Promise
<any
>
onKernelMsg
▸ onKernelMsg(_type
, _message
, _meta?
): void
is called when the Kernel sends us some message
Parameters
Name | Type | Description |
---|---|---|
| KernelMessageType can either be exception, error or warning | |
|
| string the message from the Kernel |
| KernelMessageMetaInfo optional, adds more information for debugging |
Returns
void
onNetworkRequest
▸ onNetworkRequest(_url
, _data
, _options
): void
is called when a network request is made
Parameters
Name | Type |
---|---|
|
|
|
|
|
Returns
void
onReadyForRender
▸ onReadyForRender(): void
is called the scene is ready for rendering it as an image
Returns
void
Inherited from
unmute
▸ unmute(): void
Returns
void
Inherited from
Last updated