Button
A button widget that can be used for navigating stories, as a link, or for implementing a custom scenario within your application.
Last updated
A button widget that can be used for navigating stories, as a link, or for implementing a custom scenario within your application.
Last updated
const container = document.querySelector('#storysdk');container.addEventListener('storysdk_custom_click', (event) => {
console.log('my custom data', event.detail.data);
// Wtrite your code here
});