getParentWorkspace()
Home > @gooddata/sdk-backend-spi > IAnalyticalWorkspace > getParentWorkspace
IAnalyticalWorkspace.getParentWorkspace() method
Returns parent analytical workspace when this workspace has a parent, undefined otherwise.
Signature:
getParentWorkspace(): Promise<IAnalyticalWorkspace | undefined>;
Returns:
Promise<IAnalyticalWorkspace | undefined>