@openmrs/esm-framework
Version:
35 lines (18 loc) • 821 B
Markdown
[@openmrs/esm-framework](../API.md) / WorkspaceGroupDefinition
# Interface: WorkspaceGroupDefinition
## Table of contents
### Properties
- [members](WorkspaceGroupDefinition.md#members)
- [name](WorkspaceGroupDefinition.md#name)
## Properties
### members
• `Optional` **members**: `string`[]
List of workspace names which are part of the workspace group.
#### Defined in
[packages/framework/esm-globals/src/types.ts:362](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L362)
___
### name
• **name**: `string`
Name of the workspace group. This is used to launch the workspace group
#### Defined in
[packages/framework/esm-globals/src/types.ts:358](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L358)