32 lines
583 B
Markdown
32 lines
583 B
Markdown
# Interface: ProjectGraphProjectNode
|
|
|
|
A node describing a project in a workspace
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [data](../../devkit/documents/ProjectGraphProjectNode#data)
|
|
- [name](../../devkit/documents/ProjectGraphProjectNode#name)
|
|
- [type](../../devkit/documents/ProjectGraphProjectNode#type)
|
|
|
|
## Properties
|
|
|
|
### data
|
|
|
|
• **data**: [`ProjectConfiguration`](../../devkit/documents/ProjectConfiguration) & { `description?`: `string` }
|
|
|
|
Additional metadata about a project
|
|
|
|
---
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
---
|
|
|
|
### type
|
|
|
|
• **type**: `"app"` \| `"e2e"` \| `"lib"`
|