Locations
Setup
A Location is a JSON object that represents a specific area or context in your application.
Locations can represent:
- Pages
- Sections
- Video frames
- Data points on maps/charts
- Any other contextual area
The location object has three special fields:
id
(required): A unique identifier for the location that can be used to reference it laterlocationName
(recommended): A human-readable name displayed in Velt components like theVeltCommentsSideBar
version
(optional): An object withid
andname
fields to track different versions of the location
Using Hooks:
Using API:
Was this page helpful?