Member Junction
    Preparing search index...

    Gantt chart view for tasks using DHTMLX Gantt

    Implements

    • OnChanges
    • AfterViewInit
    • OnDestroy
    Index

    Constructors

    Properties

    agentRunMap?: Map<string, string>
    detailPanelWidth: number = 400
    ganttContainer: ElementRef<HTMLDivElement>
    IsGanttLoading: boolean = true
    openEntityRecord: EventEmitter<{ entityName: string; recordId: string }> = ...
    selectedTask: MJTaskEntity | null = null
    taskClicked: EventEmitter<MJTaskEntity> = ...
    taskDependencies: MJTaskDependencyEntity[] = []
    tasks: MJTaskEntity[] = []

    Methods

    • A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.

      Returns Promise<void>

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Returns void

    • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

      Returns void