staticOnly()
Home > @gooddata/sdk-ui-loaders > DashboardLoader > staticOnly
DashboardLoader.staticOnly() method
Create loader that will never do any dynamic loading and linking.
Signature:
static staticOnly(): DashboardLoader;
Returns:
Remarks
The loader will expect that the dashboard engine is statically linked in the context. Any plugins that require dynamic loading from remote locations will be ignored. Only locally embedded plugins will be used.