Skip to content

craft-hub / WorkspaceGroup

Interface: WorkspaceGroup

Defined in: packages/craft-hub/src/types.ts:134

User-owned, non-nesting navigation group for workspaces and standalone projects.

Properties

icon?

optional icon?: string

Defined in: packages/craft-hub/src/types.ts:137


id

id: string

Defined in: packages/craft-hub/src/types.ts:135


name

name: string

Defined in: packages/craft-hub/src/types.ts:136


ownerScopeId?

optional ownerScopeId?: string

Defined in: packages/craft-hub/src/types.ts:139

Omitted by legacy Personal groups and normalized when read.

Released under the MIT License.