@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
12 lines (11 loc) • 611 B
TypeScript
/**
* This hook is used to interact with the store of a workspace store.
* A workspace store is defined as a group of workspaces that open in the same workspace group.
*
* In case a workspace group is not active, it will be considered as a standalone workspace, and hence this hook will return an empty object and updateFunction as an empty function.
*
* @internal
*
* @param {string} workspaceGroupName The workspaceGroupName of the workspace used when registering the workspace in the module's routes.json file.
*/
export declare function useWorkspaceGroupStore(workspaceGroupName?: string): object;