new DBD.Dashboard({
  domain: String,
});

Example Usage

new DBD.Dashboard({
  domain: "http://localhost",
});

Props

domain
string
required
Your domain with protocol (http://domain.com or https://domain.com) or localhost with http protocol (http://localhost).