Skip to content

Vendor Support

In addition to the Web SDK, Orbee provides additional scripts to support vendor specific functionality. These scripts are external to the Web SDK interface but serve to refine the Web SDK functionality to achieve a use case specific to the customer's needs.

These scripts are external entities to the Web SDK but are added to the the global orb variable for accessibility.

Example

// In vendor_specific_script.js
orb.test = new VendorSpecificScript( ... )

// Can access in browser
orb.test

Brief Overview

Below is a brief overview of some vendor specific functionalities that are currently supported. Each part can be explored deeper through the sections of this documentation.

Property Selector

This snippet installs a script that installs the tms script specific to a selected property. The Property Selector script is useful if you want to enable Web SDK functionality to a specific set of properties.