Example Usage
Props
boolean
required
Whether or not to automatically accept the privacy policy.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Automatically accept the privacy policy for the Dashboard without having to give consent in the console.
new DBD.Dashboard({
acceptPrivacyPolicy: Boolean,
});
new DBD.Dashboard({
acceptPrivacyPolicy: true,
});
Was this page helpful?