Class ProjectInOrgQueryResultElement

Source
Expand description

Class representing a project in an organization query result.

Constructors§

Source§

new ProjectInOrgQueryResultElement(
    node: ProjectV2,
): ProjectInOrgQueryResultElement

Constructor for ProjectInOrgQueryResultElement.

Properties§

§closed: booleanfalse

Indicates whether the project is closed.

§fields: ProjectV2FieldConfiguration[][]

The fields of the project.

§id: string

The ID of the project.

§number: number

The number of the project.

§title: string

The title of the project.