@vulp/js-api
js-api package
A JavaScript library for interacting with a Vulp model.
Remarks
Please note that the Vulp API needs to be enabled for a model for this library to work.
Please report any issues to the Vulp team.
Classes
Class | Description |
---|---|
Vulp API library (singleton). | |
Vulp API model class. Represents a single Vulp API model instance (enclosed in an iframe). |
Enumerations
Enumeration | Description |
---|---|
The error codes that can be thrown by the Vulp API. |
Interfaces
Interface | Description |
---|---|
Interface for hotspot configuration. | |
Interface for links. | |
Interface for model color configuration. | |
Interface for model color group configuration. | |
Interface for model configuration. | |
Interface for model custom color configuration. | |
Interface for customize groups configuration. | |
Interface for customize option configuration. | |
Interface for overlay configuration. | |
Interface for view configuration. |
Type Aliases
Type Alias | Description |
---|---|
Handler for incoming AR activated message (called on every activation). | |
Payload for the AR activated message. | |
Handler for incoming model updates (called on every update). | |
Payload for the model updated message. | |
Handler for incoming ready message (called once). | |
Payload for the ready message. | |
Handler for incoming view updates (called on every update). | |
Payload for the view updated message. |