Development | Web SDK Reference
Reference docs for each of the full list of methods and functions available in the SDK.
Initialization methods
Method | Description |
|---|---|
Used to initialize and setup the SDK. All other SDK methods must be called after this one. | |
Checks if browser compatibility to visualize the web configurator. |
Public methods
Method | Description |
|---|---|
Sets the value of a parameter. | |
Creates an order of the current configuration | |
Render a preview image of the 3D scene. | |
Returns a list of available products to load in the web configurator. | |
Returns a boolean if the specified product key is available in the script | |
Get a list of static views that are defined on a product template. | |
Uses the response from the | |
Returns an array of all of the AR modes available on the current device | |
Starts AR using the current loaded product | |
Cleans up and releases all resources used by the web configurator instance. This method should be called when the configurator is no longer needed, such as when navigating away from the page or destroying the component. |