withBaseProps()
Home > @gooddata/sdk-ui-loaders > IDashboardLoader > withBaseProps
IDashboardLoader.withBaseProps() method
Specify an instance of IDashboardBaseProps to use for the dashboard component.
Signature:
withBaseProps(props: IDashboardBaseProps): IDashboardLoader;
Parameters
Parameter | Type | Description |
---|---|---|
props | IDashboardBaseProps | base props to use |
Returns:
Remarks
Note: the base props may also contain backend and workspace parameters. The loader can work with them. If specified, they are equivalent to calling IDashboardLoader.onBackend() and/or IDashboardLoader.fromWorkspace()