dashboard
Home > @gooddata/sdk-ui-dashboard > IDashboardBaseProps > dashboard
IDashboardBaseProps.dashboard property
Specify dashboard to render; you can specify the dashboard either by reference (ObjRef) or by value (of type IDashboard).
Signature:
dashboard?: string | ObjRef | IDashboard;
Remarks
As a convenience, you may also specify a dashboard object identifier - this is same as using idRef(objectIdentifier)
.
If you do not specify dashboard to render, a new default empty dashboard will be rendered.