Configurator.Internal.GlobalCallback
configurator-core/src/configurator.internal.GlobalCallback
Hierarchy
↳
GlobalCallback
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new GlobalCallback(creator)
Parameters
creator
string
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
target
prop
keyof UiCallback
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
Returns
Promise<RapiJsonBox>
void
onCheckExternalCache
▸ onCheckExternalCache(_url, _requestData): Promise<any>
Parameters
_url
string
_requestData
RequestInit
Returns
Promise<any>
onKernelMsg
▸ onKernelMsg(_type, _message, _meta?): void
is called when the Kernel sends us some message
Parameters
_message
string
string the message from the Kernel
Returns
void
onNetworkRequest
▸ onNetworkRequest(_url, _data, _options): void
is called when a network request is made
Parameters
Returns
void
onReadyForRender
▸ onReadyForRender(): void
is called the scene is ready for rendering it as an image
Returns
void
Overrides
unmute
▸ unmute(): void
Returns
void
Inherited from
Last updated