Replay (deprecated)

The optional replay option is the equivalent to the countdown setting. It allows you to set a caption, rendered underneath the title, for a show that is already conducted.

const alertConfig: Partial<AlertConfig> = {
  replay: {
    caption: 'Watch again',
  },
};

Last updated