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

Integration

Events

Communication with the web components should be done via events. This ensures loose coupling and avoids issues if the implementation of the web component changes.

Examples:

  • DO NOT

    • Call the method Next on a slot of an Announcement Bar

  • DO

    • Publish the event la:dn:announcement-bar:next

Last updated

Was this helpful?