Autoplay
const alertConfig: Partial<AlertConfig> = {
autoplay: false,
};
const alertConfig: Partial<AlertConfig> = {
autoplay: { parameter: 'show_id' },
};Last updated
const alertConfig: Partial<AlertConfig> = {
autoplay: false,
};
const alertConfig: Partial<AlertConfig> = {
autoplay: { parameter: 'show_id' },
};Last updated