Options
All
  • Public
  • Public/Protected
  • All
Menu

@byondrnd/byondxr-web-visualizer

Index

Type aliases

ICameraEventType

ICameraEventType: "zoom" | "move"

IFavoriteProductList

IFavoriteProductList: Array<IFavorite>

IFavoriteSceneList

IFavoriteSceneList: Array<IFavoriteScene>

TAnalyticsEvent

TAnalyticsEvent: Partial<{}>

Object literals

Const analyticsEvents

analyticsEvents: object

property names are assigned to action

evenParamsPaths are serialized into label (and delimited with ':')

hotspotClicked

hotspotClicked: object

eventParamsPaths

eventParamsPaths: string[] = ['application.application']

orderSample

orderSample: object

eventParamsPaths

eventParamsPaths: string[] = ['product.sku', 'product.title']

productAddedToCart

productAddedToCart: object

eventParamsPaths

eventParamsPaths: string[] = ['product.sku', 'product.title']

productAddedToFavorites

productAddedToFavorites: object

eventParamsPaths

eventParamsPaths: string[] = ['product.sku', 'product.title']

productRemovedFromFavorites

productRemovedFromFavorites: object

eventParamsPaths

eventParamsPaths: string[] = ['product.sku', 'product.title']

sceneAddedToFavorites

sceneAddedToFavorites: object

eventParamsPaths

eventParamsPaths: string[] = ['scene.scene.sceneId', 'scene.scene.title']

sceneDisplayed

sceneDisplayed: object

eventParamsPaths

eventParamsPaths: string[] = ['scene.scene.sceneId', 'scene.scene.title']

sceneLoaded

sceneLoaded: object

eventParamsPaths

eventParamsPaths: string[] = ['scene.sceneId', 'scene.title']

sceneLoading

sceneLoading: object

eventParamsPaths

eventParamsPaths: string[] = ['scene.sceneId', 'scene.title']

sceneRemovedFromFavorites

sceneRemovedFromFavorites: object

eventParamsPaths

eventParamsPaths: string[] = ['scene.scene.sceneId', 'scene.scene.title']

sceneTouched

sceneTouched: object

eventParamsPaths

eventParamsPaths: string[] = ['scene.sceneId', 'scene.title']

visualizerLoaded

visualizerLoaded: object

eventParamsPaths

eventParamsPaths: string[] = ['visualizer.experienceId']

Generated using TypeDoc