toggleCustomizeHotspots
@vulp/js-api > VulpApiModel > toggleCustomizeHotspots
VulpApiModel.toggleCustomizeHotspots() method
Shows or hides the customize hotspots.
Signature:
toggleCustomizeHotspots(active: boolean): Promise<{
active: boolean;
}>;
Parameters
Parameter | Type | Description |
---|---|---|
active | boolean | Whether the customizate hotspots should be displayed. |
Returns:
Promise<{ active: boolean; }>
Promise that resolves to an object with the active
property, indicating whether the hotspots are active.