Search
Preparing search index...
The search index is not available
@byondrnd/byondxr-web-visualizer
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
IEventsTypes
Namespace IEventsTypes
events when using on/off on the visualizer instance
Index
Type aliases
On
Product
Changed
On
Scene
Loaded
On
Visualizer
Loaded
on
Hotspot
Clicked
on
Order
Sample
on
Product
Added
ToCart
on
Product
Added
ToFavorites
on
Product
Removed
From
Favorites
on
Scene
Added
ToFavorites
on
Scene
Displayed
on
Scene
Removed
From
Favorites
Type aliases
On
Product
Changed
On
Product
Changed
:
(
eventData
:
{
product
:
IProduct
}
)
=>
void
Type declaration
(
eventData
:
{
product
:
IProduct
}
)
:
void
Parameters
eventData:
{
product
:
IProduct
}
product
:
IProduct
Returns
void
On
Scene
Loaded
On
Scene
Loaded
:
(
eventData
:
{
scene
:
IScene
}
)
=>
void
Type declaration
(
eventData
:
{
scene
:
IScene
}
)
:
void
Parameters
eventData:
{
scene
:
IScene
}
scene
:
IScene
Returns
void
On
Visualizer
Loaded
On
Visualizer
Loaded
:
(
eventData
:
{
visualizer
:
Visualizer
}
)
=>
void
Type declaration
(
eventData
:
{
visualizer
:
Visualizer
}
)
:
void
Parameters
eventData:
{
visualizer
:
Visualizer
}
visualizer
:
Visualizer
Returns
void
on
Hotspot
Clicked
on
Hotspot
Clicked
:
(
eventData
:
{
application
:
IApplication
}
)
=>
void
Type declaration
(
eventData
:
{
application
:
IApplication
}
)
:
void
Parameters
eventData:
{
application
:
IApplication
}
application
:
IApplication
Returns
void
on
Order
Sample
on
Order
Sample
:
(
eventData
:
{
product
:
IProduct
}
)
=>
void
Type declaration
(
eventData
:
{
product
:
IProduct
}
)
:
void
Parameters
eventData:
{
product
:
IProduct
}
product
:
IProduct
Returns
void
on
Product
Added
ToCart
on
Product
Added
ToCart
:
(
eventData
:
{
product
:
IProduct
}
)
=>
void
Type declaration
(
eventData
:
{
product
:
IProduct
}
)
:
void
Parameters
eventData:
{
product
:
IProduct
}
product
:
IProduct
Returns
void
on
Product
Added
ToFavorites
on
Product
Added
ToFavorites
:
(
eventData
:
{
favorites
:
IFavoriteProductList
;
product
:
IProduct
}
)
=>
void
Type declaration
(
eventData
:
{
favorites
:
IFavoriteProductList
;
product
:
IProduct
}
)
:
void
Parameters
eventData:
{
favorites
:
IFavoriteProductList
;
product
:
IProduct
}
favorites
:
IFavoriteProductList
product
:
IProduct
Returns
void
on
Product
Removed
From
Favorites
on
Product
Removed
From
Favorites
:
(
eventData
:
{
favorites
:
IFavoriteProductList
;
product
:
IProduct
}
)
=>
void
Type declaration
(
eventData
:
{
favorites
:
IFavoriteProductList
;
product
:
IProduct
}
)
:
void
Parameters
eventData:
{
favorites
:
IFavoriteProductList
;
product
:
IProduct
}
favorites
:
IFavoriteProductList
product
:
IProduct
Returns
void
on
Scene
Added
ToFavorites
on
Scene
Added
ToFavorites
:
(
eventData
:
{
favoriteScenes
:
IFavoriteSceneList
;
scene
:
IFavoriteScene
}
)
=>
void
Type declaration
(
eventData
:
{
favoriteScenes
:
IFavoriteSceneList
;
scene
:
IFavoriteScene
}
)
:
void
Parameters
eventData:
{
favoriteScenes
:
IFavoriteSceneList
;
scene
:
IFavoriteScene
}
favorite
Scenes
:
IFavoriteSceneList
scene
:
IFavoriteScene
Returns
void
on
Scene
Displayed
on
Scene
Displayed
:
(
eventData
:
{
scene
:
IFavoriteScene
}
)
=>
void
Type declaration
(
eventData
:
{
scene
:
IFavoriteScene
}
)
:
void
Parameters
eventData:
{
scene
:
IFavoriteScene
}
scene
:
IFavoriteScene
Returns
void
on
Scene
Removed
From
Favorites
on
Scene
Removed
From
Favorites
:
(
eventData
:
{
favoriteScenes
:
IFavoriteSceneList
;
scene
:
IFavoriteScene
}
)
=>
void
Type declaration
(
eventData
:
{
favoriteScenes
:
IFavoriteSceneList
;
scene
:
IFavoriteScene
}
)
:
void
Parameters
eventData:
{
favoriteScenes
:
IFavoriteSceneList
;
scene
:
IFavoriteScene
}
favorite
Scenes
:
IFavoriteSceneList
scene
:
IFavoriteScene
Returns
void
Globals
IEvents
Types
IEvents
Types
Listeners
On
Product
Changed
On
Scene
Loaded
On
Visualizer
Loaded
on
Hotspot
Clicked
on
Order
Sample
on
Product
Added
ToCart
on
Product
Added
ToFavorites
on
Product
Removed
From
Favorites
on
Scene
Added
ToFavorites
on
Scene
Displayed
on
Scene
Removed
From
Favorites
Generated using
TypeDoc
events when using on/off on the visualizer instance