Autoplay
The optional autoplay option, allows either suppress the Show autoplay feature (value false) or provide a custom URL Query Parameter carrying the Show ID.
const alertConfig: Partial<AlertConfig> = {
autoplay: false,
};
const alertConfig: Partial<AlertConfig> = {
autoplay: { parameter: 'show_id' },
};
Last updated