dashboard
Home > @gooddata/sdk-ui-loaders > IDashboardBasePropsForLoader > dashboard
IDashboardBasePropsForLoader.dashboard property
Specify reference to an existing dashboard that should be loaded or undefined to initialize an empty one.
Signature:
dashboard: string | ObjRef | undefined | IDashboard;
Remarks
You may specify an idRef
or uriRef
; as a convenience you may also specify dashboard object identifier (string) - that's same as using idRef(objectIdentifier)
. You can also specify an IDashboard instance but this is reserved for internal use cases, avoid it unless you are absolutely certain you know what you are doing.