Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Project

Package version

Represents a project.

Hierarchy

  • Project

Index

Properties

Optional created

created: Date

Gets the date this project was created. NOTE: This property will not be serialized. It can only be populated by the server.

description

description: string

Gets or sets the description of the project.

Optional drModeEnabled

drModeEnabled: undefined | false | true

Gets if the DR mode is on. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Gets the project id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModified

lastModified: Date

Gets the date this project was last modified. NOTE: This property will not be serialized. It can only be populated by the server.

name

name: string

Gets or sets the name of the project.

settings

settings: ProjectSettings

Gets or sets the project settings.

Optional thumbnailUri

thumbnailUri: undefined | string

Gets the thumbnail url representing the image. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc