Example Usage
Props
string
required
Your domain with protocol (http://domain.com or https://domain.com) or
localhost with http protocol (http://localhost).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Your domain with protocol
new DBD.Dashboard({
domain: String,
});
new DBD.Dashboard({
domain: "http://localhost",
});
Was this page helpful?