load()
Home > @gooddata/sdk-backend-spi > IWorkspaceCatalogFactory > load
IWorkspaceCatalogFactory.load() method
Get catalog items for the current configuration. Returns items that are either not "unlisted" or that are created by the current user.
Signature:
load(): Promise<IWorkspaceCatalog>;
Returns:
Promise<IWorkspaceCatalog>
promise of catalog with loaded items