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

Example Usage

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

Props

minimizedLogs
boolean
required

If you want to restrict console logs through Assistants Center, you can do so using this option.