new DBD.Dashboard({
  acceptPrivacyPolicy: Boolean,
});

Example Usage

new DBD.Dashboard({
  acceptPrivacyPolicy: true,
});

Props

acceptPrivacyPolicy
boolean
required

Whether or not to automatically accept the privacy policy.