DashboardStub
Home > @gooddata/sdk-ui-loaders > DashboardStub
DashboardStub variable
DashboardStub encapsulates load, bootstrap and teardown of a dashboard enhanced by plugins.
Signature:
DashboardStub: React.FC<IDashboardStubProps>
Remarks
This component is a thin wrapper on top of the useDashboardLoader() hook which does the heavy lifting - you can use the hook in your own component if this simple stub does not suffice.