From 695cefc1be9d1f9ec26900489c6da6a594ee93d0 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Jul 2020 10:26:44 +0300 Subject: [PATCH] documentation changes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 405b307..076d2b3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ You may handle actions ## Gantt Configuration +- **GanttProps** + +| Parameter Name | Type | Required | Description | +| ------------------------------- | :-------- | :------- | :------------------------------------------------------------------------------------ | +| tasks | Task | Yes | Tasks array. | +| [EventOption](#EventOption) | interface | No | Specifies the function to be executed on the bar`s on Delete button press event. | +| [DisplayOption](#DisplayOption) | interface | No | Specifies the function to be executed when drag bar`s event on timeline has finished. | +| StylingOption | interface | No | Specifies the function to be executed when drag bar`s progress event has finished | + - **EventOption** | Parameter Name | Type | Required | Description |