Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProjectMetadata

Shared project metadata for multiple project types

Hierarchy

Index

Properties

Optional active

active: boolean

Whether the project is active. When a project is active, it can show up in the user's recent projects and tracking/adding entries is possible. If not active, the project is "archived".

default

true

Optional created

created: Date

Project creation date

default

(current date)

Optional description

description: string

Project description (plain text)

default

(empty)

designModel

designModel: DesignModel

Design model used by this project

Optional modified

modified: Date

Project's most recent modification date

default

(current date)

name

name: string

Project name

Optional notes

notes: ProjectNote[]

Project-level notes not associated with any particular entry, session, or activity.

default

[]

Generated using TypeDoc