gantt-task-react-v 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,6 +183,10 @@ export interface GanttTaskBarProps extends GanttTaskBarActions {
|
|
|
183
183
|
TooltipContent?: ComponentType<{
|
|
184
184
|
task: Task;
|
|
185
185
|
}>;
|
|
186
|
+
/**
|
|
187
|
+
* Context menu options for right-click on the gantt chart area
|
|
188
|
+
*/
|
|
189
|
+
taskGanttContextMenuOption?: ContextMenuOptionType[];
|
|
186
190
|
/**
|
|
187
191
|
* Invokes on double-click on the relation arrow between tasks
|
|
188
192
|
*/
|
package/package.json
CHANGED