Interface: ProjectGraphProjectNode

A node describing a project in a workspace

Table of contents

Properties

  • data: ProjectConfiguration & Object
  • name: string
  • type: "app" | "e2e" | "lib"

Properties

data

โ€ข data: ProjectConfiguration & { description?: string }

Additional metadata about a project


name

โ€ข name: string


type

โ€ข type: "app" | "e2e" | "lib"