Creates a new VvsExpress instance
Application configuration input
Loads and processes tire data using the provided TiresResponse.
A promise that resolves to an array of void upon successful processing.
The response object containing tire-related data.
Loads a vehicle by description Note: For ambiguous queries, first result is selected
Vehicle description (e.g. "2022 Ford Mustang GT")
Additional configuration options
Loads a vehicle by AutoSync vehicle ID
vvse.loadVehicleById(5853, { colorId: 130669, suspension: true });
AutoSync vehicle identifier
Additional options (colorId, suspension)
Loads and processes wheel data using the provided WheelsResponse.
A promise that resolves to an array of void upon successful processing.
The response object containing wheel-related data.
Sets the default tire. The selected tire will be applied to the vehicle and will bypass the automatic evaluation used to select a default tire.
The default tire name. Valid options are: 'street', 'street_wide', 'offroad', 'offroad_wide'.
Sets the Tire diameter for the current tire image The new diameter will be applied to the current tire image scaling it to the new size Tire Diameter and Width will be affected by the new value If tire diameter is set, then the tire width will be set to the default value
Tire diameter to set on inches
Sets the Tire diameter rear for the current tire image The new diameter will be applied to the current tire image scaling it to the new size Tire Diameter and Width will be affected by the new value If tire diameter is set, then the tire width will be set to the default value
Tire diameter to set on inches
Sets the vehicle suspension height Suspension is limited to the range configured on AutoSync admin portal. For more information contact with your AutoSync representative.
Suspension height level to set
Sets the Wheel diameter for the current wheel image The new Rim Diameter will be applied to the current wheel image scaling it to the new size
Wheel diameter to set on inches
Sets the Wheel diameter rear for the current wheel image The new Rim Diameter will be applied to the current wheel image scaling it to the new size
Wheel diameter to set on inches
Sets the Wheel offset for the current tire and wheel package The new offset wil be applied to the current package, moving it to the negative offsets to the left or positive offset to the right
Wheel offset to set in mm
Sets the Wheel offset for the current tire and wheel rear package The new offset wil be applied to the current package, moving it to the negative offsets to the left or positive offset to the right
Wheel offset to set in mm
Generated using TypeDoc
Primary interface for the AutoSync VVS Express library. Provides a complete API for vehicle visualization including:
The class can be instantiated multiple times via
initVvsExpressfunction as long as a different element is passed each time.