Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Dashboard Notifications Agent (DNA)

Hamzah Al Hariri edited this page Dec 17, 2018 · 17 revisions

Dashboard Notifications Agent (DNA)

Version: 1.3.0

The DNA Plugin is an Agent to deliver all the Notifications from the Plugins to Dashboard. You communicate with the plugin using events on the namespace Dashboard:. There is prebuilt events to addNotification and removeNotification.

Getting started

Installing

Install Path:

  • Stage: https://plugins-stage.s3.amazonaws.com/se-infomaker-dna-agent/1-2-0
  • Prod: https://plugins-prod.s3.amazonaws.com/se-infomaker-dna-agent/1-2-0

dashboard-dna-confirm-notification

Waiting for the DNA Agent

The plugins load in different order so if you want to start talking to DNA directly the best practice is to use the readymethod on the dispatcher.

this.ready("se.infomaker.DNA-Agent", () => {		
    // Now the DNA Agent is loaded and ready		
})		

Develop with DNA

Clone this wiki locally