IDashboardBasePropsForLoader
Home > @gooddata/sdk-ui-loaders > IDashboardBasePropsForLoader
IDashboardBasePropsForLoader interface
This a specialization of IDashboardBaseProps interface in which the dashboard
can only be provided by reference.
Signature:
export interface IDashboardBasePropsForLoader extends Omit<IDashboardBaseProps, "dashboard">
Extends: Omit<IDashboardBaseProps, "dashboard">
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dashboard | string | ObjRef | undefined | IDashboard | Specify reference to an existing dashboard that should be loaded or undefined to initialize an empty one. |