Michael Gray
01/09/2025, 5:01 PMMichael Ullock
01/09/2025, 7:12 PMTomas Muchka
01/09/2025, 9:03 PMMichael Gray
01/09/2025, 9:57 PMJakub Sterba
01/10/2025, 7:19 AMhttps://{your-domain}dashboards/embedded/#/workspace/{workspace-id}/new-dashboard??showNavigation=false
and it will open embedded environment for creation of new dashboardTomas Muchka
01/10/2025, 9:28 AM<Dashboard dashboard={undefined} config={{initialRenderMode:"edit"}}/>
where:
• Specifying dashboard={undefined}
instead of an existing dashboard ID marks your intent to create a new dashboard
• And initialRenderMode:"edit"
will open the dashboard in edit mode
I hope this helps.Michael Gray
01/10/2025, 1:57 PM