Optionallocale$: BehaviorSubject<TimelineKitLocale>Emitted after a bulk operation completes.
Emitted when the task filter changes.
Emitted when a link is added.
Emitted when a link is removed.
Emitted before a resource is added to a task.
Emitted when a task is added.
Emitted when a task's collapsed state changes.
Emitted when a task property changes.
Emitted when a task is removed.
Emitted when a task's type changes.
Whether link dependencies are currently being evaluated (prevents re-entrant updates).
Emitted after dependency evaluation completes.
Active task filter function. Set to null to show all tasks.
Total number of tasks (including Empty rows).
Total number of links.
Latest end time across all non-empty tasks, or null if no tasks exist.
Earliest start time across all non-empty tasks, or null if no tasks exist.
Append an empty placeholder row at the end of the list.
Create a dependency link between two tasks. Validates against cycles, self-links, and parent-child links.
Optionallag: LagRemove all tasks and links.
Create a new Task instance wired to this list's calendar and project timeline, without adding it to the list.
Optionalid: stringGet the lowest index among the given tasks, or null if empty.
Indent tasks one level deeper (make them subtasks of the previous sibling).
Check whether a task type supports links (only Task and Milestone).
Outdent tasks one level (move them out of their parent summary).
Remove a dependency link. Restores the successor's base start time if available.
Rename a custom property across all tasks.
Central data store holding all tasks, links, and hierarchy for the Gantt chart.