For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enabled

The optional enabled flag allows you to explicitly turn off the Promo widget.

const alertConfig: Partial<AlertConfig> = {
  enabled: true,
};

Last updated