Skip to content

Commit

Permalink
def for timeGridEventMinHeight. fixes #4605
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 23, 2019
1 parent 1d0228e commit dc1ca13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/types/input-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export interface OptionsInputBase {
eventDataTransform?: EventInputTransformer
allDayMaintainDuration?: boolean
eventResizableFromStart?: boolean
timeGridEventMinHeight?: number
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 dc1ca13

Please sign in to comment.