GanttFormProps
Interface
Represents the props of the KendoReact GanttForm component.
Definition
Package:@progress/kendo-react-gantt
Properties
dataItem
any
Specifies the DataItem to be visualized inside the form.
The dependancy data passed to the form.
onCancel?
(event: GanttFormStateChangeEvent) => void
Called when the cancel button is clicked.
Parameters:eventGanttFormStateChangeEvent
onClose?
(event: GanttFormStateChangeEvent) => void
Called when the close button is clicked.
Parameters:eventGanttFormStateChangeEvent
onDelete?
(event: GanttFormStateChangeEvent) => void
Called when the delete button is clicked.
Parameters:eventGanttFormStateChangeEvent
onSubmit
(event: GanttFormStateChangeEvent) => void
Called when the submit button is clicked.
Parameters:eventGanttFormStateChangeEvent
taskData?
any[]
The task data passed to the form.