parentDashboardId

parentDashboardId

If you have multiple parent dashboards, then you will need to specify which one the dashboard should use. This will allow you to have multiple dashboards on your application, all using different parent dashboards.

For example, you can set the parentDashboardId on the react component by providing the parentDashboardId prop on the Dashboard component.

<Dashboard
  parentDashboardId="dsh_....."
  // ... rest of the dashboard props
/>