Configurator.Internal
Table of contents
Enumerations
Enumeration Members
Classes
Interfaces
Type Aliases
Variables
Enumeration Members
UNKNOWN
• UNKNOWN: 0
Type Aliases
DefaultEnvironmentSceneType
Ƭ DefaultEnvironmentSceneType: Enumify
<typeof DEFAULT_ENVIRONMENT_SCENE_TYPES
> | null
Enumify
Ƭ Enumify<T
>: T
[keyof T
]
Type parameters
T
ErrorListener
Ƭ ErrorListener: (...args
: any
[]) => void
Type declaration
▸ (...args
): void
Parameters
...args
any
[]
Returns
void
ExternalResponseValidator
Ƭ ExternalResponseValidator: (type
: "rapi-access"
, response
: Response
) => Promise
<boolean
>
Type declaration
▸ (type
, response
): Promise
<boolean
>
Parameters
type
"rapi-access"
response
Response
Returns
Promise
<boolean
>
ImageKeysOnObject
Ƭ ImageKeysOnObject: "perspectiveImage"
| "topImage"
KernelMessageType
Ƭ KernelMessageType: ValuesFromObject
<typeof KERNEL_MESSAGE_TYPE
>
NetworkResponseValidator
Ƭ NetworkResponseValidator: (response
: Response
) => Promise
<boolean
>
Type declaration
▸ (response
): Promise
<boolean
>
Parameters
response
Response
Returns
Promise
<boolean
>
SceneShadingType
Ƭ SceneShadingType: Enumify
<typeof SCENE_SHADING_TYPES
>
ValuesFromObject
Ƭ ValuesFromObject<T
>: T
[keyof T
]
Type parameters
T
Variables
DEFAULT_ENVIRONMENT_SCENE_TYPES
• Const
DEFAULT_ENVIRONMENT_SCENE_TYPES: Object
Type declaration
ALL_AROUND
"all_around"
FRONT
"front"
KERNEL_MESSAGE_TYPE
• Const
KERNEL_MESSAGE_TYPE: Object
Type declaration
ERROR
"error"
EXCEPTION
"exception"
LOG
"log"
WARNING
"warning"
SCENE_SHADING_TYPES
• Const
SCENE_SHADING_TYPES: Object
Type declaration
BRIGHT
"bright"
DEFAULT
"default"
Last updated