VulpApiModel
On this page
VulpApiModel class
Vulp API model class. Represents a single Vulp API model instance (enclosed in an iframe).
Signature:
export declare class VulpApiModel
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the VulpApiModel
class.
Methods
Method | Modifiers | Description |
---|---|---|
Activates the Augmented Reality (AR) mode. | ||
Selects the color of a color group. | ||
Selects the customize option of a customize group. | ||
Show or hide overlay. | ||
Retrieves the model configuration. | ||
Retrieves the view configuration. | ||
Registers a handler to be executed when the AR mode is activated. | ||
Registers a handler to be executed when the model is updated. For example when a color is changed or a customize option is selected. By registering a handler, the model configuration can be updated in the parent application. | ||
Registers a handler to be executed when the model is ready. | ||
Registers a handler to be executed when the view is updated. | ||
Shows or hides the customize hotspots. | ||
Shows or hides the information hotspots. |