Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GanttCtrl

Hierarchy

  • GanttCtrl

Index

Constructors

constructor

  • new GanttCtrl(app: GanttApp, appComputation: ProjectPlanningAppComputation, projectPlanningAppCtrl: ProjectPlanningAppCtrl): GanttCtrl
  • Parameters

    • app: GanttApp
    • appComputation: ProjectPlanningAppComputation
    • projectPlanningAppCtrl: ProjectPlanningAppCtrl

    Returns GanttCtrl

Properties

ganttData

ganttData: function

Signal carrying the project plan converted to GanttData.

Type declaration

planDate

planDate: function

Type declaration

    • (): Date | undefined
    • Returns Date | undefined

projectPlan

projectPlan: function

Type declaration

    • (): ProjectPlan | undefined
    • Returns ProjectPlan | undefined

projectPlanningAppCtrl

projectPlanningAppCtrl: ProjectPlanningAppCtrl

relevantUsers

relevantUsers: function

Signal carrying a map from user ID, as used for the {@link ExtendedProjectPlan}, to the YouTrack user information.

Type declaration

scale

scale: function

Type declaration

typeBundleElements

typeBundleElements: function

Signal carrying a map from type ID to the enum bundle element.

Type declaration

    • (): Map<string, EnumBundleElement>
    • Returns Map<string, EnumBundleElement>

Methods

Static createDefaultGanttCtrl

  • createDefaultGanttCtrl(app: GanttApp, appComputation: ProjectPlanningAppComputation): GanttCtrl

Generated using TypeDoc