Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GanttContributor

A contributor to a Gantt task.

Hierarchy

  • GanttContributor

Index

Properties

Optional avatarUrl

avatarUrl: undefined | string

If isExternal is false, the URL to the user avatar.

id

id: string

If isExternal is false, the YouTrack-internal ID of the user (contributor).

isExternal

isExternal: boolean

Whether this contributor is an external contributor.

name

name: string | undefined

The name of the contributor.

If for some reason the name is unknown (for instance, because YouTrack metadata changed), this property is undefined.

ordinal

ordinal: number

The index of the corresponding contributor in {@link ProjectPlanningSettings.contributors}.

This property allows sorting of contributors according to the order in the settings.

Generated using TypeDoc