GanttViewPropsPremium
Represents the required props which every GanttView must accept.
Name | Type | Default | Description |
---|---|---|---|
dateRange? |
|
Overrides the If a function is passed, an object of type GanttViewDateRangeArgs will be passed. jsx
| |
name? |
|
The name property is used by the Gantt to match which view is selected. Every view has a default name. jsx
| |
slotWidth? |
|
The width of a single time slot in pixels. Default is 100px. jsx
| |
timelineHeaderCell? |
|
The component to be rendered in header cells of the timeline part of the Gantt. jsx
| |
title? |
|
The title to be displayed in the view selection list in the Toolbar. If a function is passed, it will receive a [LocalizationService]({ slug api_intl_localizationservice }) as an argument. jsx
| |
workDayEnd? |
|
Sets the end of the work day. jsx
| |
workDayStart? |
|
Sets the start of the work day. jsx
| |
workWeekEnd? |
|
The end of the work week. jsx
| |
workWeekStart? |
|
The start of the work week. jsx
|