The following is the start of the embedded roadmap API. You can access the API functions and events once you’ve embedded the roadmap into your page.
There’s only one function at the moment. Please let us know what you need to do with the roadmap and we will implement the needed functions and events to handle the desired scenarios.
roadmap.show(tab, [id]);
The show
function allow you to force which tab is currently active in the roadmap.
The tab
parameter can have the following values: roadmap
, launched
, ideas
, item
.
The optional id
parameter is used if you want to display a specific story or idea via its id.
roadmap.show("item", "public-token-for-the-item");
An event handler that would be called after a user follows or claps a story or idea.
An event handler that would be called after a user submitted feedback.
If you have any requirements, please let us know.