Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.assistantscenter.com/llms.txt

Use this file to discover all available pages before exploring further.

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.