Skip to content

Commit

Permalink
fix remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Churkin committed Oct 10, 2019
1 parent 878a766 commit 4ffa5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dx-react-scheduler/docs/reference/week-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ displayName? | string | | The view's name used in UI plugins. The default value
excludedDays? | Array<number> | [] | Specifies the days of week that should not be displayed in the view. Accepts an array of zero-bazed day indexes (0 - Sunday).
intervalCount? | number | 1 | Multiplies the default view interval.
cellDuration? | number | 30 | Specifies the cell's duration in minutes.
startDayHour? | number | 0 | Specifies the start hour of the view time scale. Accepts floating values from 0 to 24.
endDayHour? | number | 24 | Specifies the end hour of the view time scale. Accepts floating values from 0 to 24.
startDayHour? | number | 0 | Specifies the start hour of the view time scale. Accepts floating-point numbers from 0 to 24.
endDayHour? | number | 24 | Specifies the end hour of the view time scale. Accepts floating-point numbers from 0 to 24.
layoutComponent | ComponentType<[WeekView.LayoutProps](#weekviewlayoutprops)> | | A component that renders a week view layout.
timeScaleLayoutComponent | ComponentType<[WeekView.TimeScaleLayoutProps](#weekviewtimescalelayoutprops)> | | A component that renders a time scale layout.
timeScaleRowComponent | ComponentType<[WeekView.RowProps](#weekviewrowprops)> | | A component that renders a time scale row.
Expand Down

0 comments on commit 4ffa5cf

Please sign in to comment.