Skip to content

Commit

Permalink
add forgotten settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed May 28, 2019
1 parent 166b71b commit 890b779
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/core/types/input-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ export interface OptionsInputBase {
allDayMaintainDuration?: boolean
eventResizableFromStart?: boolean
timeGridEventMinHeight?: number
allDayHtml?: string
eventDragMinDistance?: number
eventSourceFailure?: any
eventSourceSuccess?: any
forceEventDuration?: boolean
progressiveEventRendering?: boolean
selectLongPressDelay?: number
selectMinDistance?: number
timeZoneParam?: string
titleRangeSeparator?: string
datesRender?(arg: { view: View, el: HTMLElement }): void
datesDestroy?(arg: { view: View, el: HTMLElement }): void
dayRender?(arg: { view: View, date: Date, allDay: boolean, el: HTMLElement }): void
Expand Down

0 comments on commit 890b779

Please sign in to comment.