Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

TLaunchAttribbutes

TLaunchAttribbutes: TLaunchCommon & { defaultProducts?: string; productsList?: string }

When launched with an already existing element on the page These are the acceptable attributes

TLaunchCommon

TLaunchCommon: { defaultApplication?: string; defaultProduct?: string | number; experienceId?: string; hashExperienceId?: string; maxFaceSize?: string | number; maxFaceSizeMobile?: string | number; sceneId?: string; scene_configuration?: string; selector?: string }

Type declaration

  • Optional defaultApplication?: string
  • Optional defaultProduct?: string | number
  • Optional experienceId?: string
  • Optional hashExperienceId?: string
  • Optional maxFaceSize?: string | number
  • Optional maxFaceSizeMobile?: string | number
  • Optional sceneId?: string
  • Optional scene_configuration?: string
  • Optional selector?: string

TLaunchParams

TLaunchParams: TLaunchCommon & { defaultProducts?: {}; productsList?: (string | number)[] } & { favoriteProducts?: any; favoriteScenes?: any }

launchVisualizer params export const launchVisualizer = (params: TLaunchParams) => Promise<Element | null> It accepts these params and returns the html element which contains Visualizer

Generated using TypeDoc