Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BuiltInBaseOptionRefiners
  • ExtraOptionRefiners
    • BaseOptionRefiners

Index

Properties

Properties

allDayMaintainDuration: BooleanConstructor
allDaySlot: BooleanConstructor
allDayText: StringConstructor
aspectRatio: NumberConstructor
bootstrapFontAwesome: Identity<false | ButtonIconsInput>
buttonIcons: Identity<false | ButtonIconsInput>
closeHint: StringConstructor
contentHeight: Identity<CssDimValue>
customButtons: Identity<{}>
dateAlignment: StringConstructor
dateIncrement: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

dayCount: NumberConstructor
dayHeaderFormat: ((input: FormatterInput) => DateFormatter)

Type declaration

dayHeaders: BooleanConstructor
dayMaxEventRows: Identity<number | boolean>
dayMaxEvents: Identity<number | boolean>
dayMinWidth: NumberConstructor
dayPopoverFormat: ((input: FormatterInput) => DateFormatter)

Type declaration

defaultAllDay: BooleanConstructor
defaultAllDayEventDuration: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

defaultRangeSeparator: StringConstructor
defaultTimedEventDuration: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

direction: Identity<"rtl" | "ltr">
displayEventEnd: BooleanConstructor
displayEventTime: BooleanConstructor
dragRevertDuration: NumberConstructor
dragScroll: BooleanConstructor
dropAccept: Identity<string | ((this: CalendarApi, draggable: any) => boolean)>
droppable: BooleanConstructor
duration: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

editable: BooleanConstructor
endParam: StringConstructor
eventAllow: Identity<AllowFunc>
eventBackgroundColor: StringConstructor
eventBorderColor: StringConstructor
eventColor: StringConstructor
eventConstraint: Identity<ConstraintInput>
eventDataTransform: Identity<EventInputTransformer>
eventDisplay: StringConstructor
eventDragMinDistance: NumberConstructor
eventDurationEditable: BooleanConstructor
eventHint: StringConstructor
eventInteractive: BooleanConstructor
eventLongPressDelay: NumberConstructor
eventMaxStack: NumberConstructor
eventMinHeight: NumberConstructor
eventMinWidth: NumberConstructor
eventOrder: (<Subject>(input: FieldSpecInput<Subject>) => OrderSpec<Subject>[])

Type declaration

    • <Subject>(input: FieldSpecInput<Subject>): OrderSpec<Subject>[]
    • Type Parameters

      • Subject

      Parameters

      • input: FieldSpecInput<Subject>

      Returns OrderSpec<Subject>[]

eventOrderStrict: BooleanConstructor
eventOverlap: Identity<boolean | OverlapFunc>
eventResizableFromStart: BooleanConstructor
eventShortHeight: NumberConstructor
eventSourceFailure: Identity<((this: CalendarApi, error: any) => void)>
eventSourceSuccess: Identity<((this: CalendarApi, eventsInput: EventInput[], xhr?: XMLHttpRequest) => void | EventInput[])>
eventStartEditable: BooleanConstructor
eventTextColor: StringConstructor
eventTimeFormat: ((input: FormatterInput) => DateFormatter)

Type declaration

expandRows: BooleanConstructor
firstDay: NumberConstructor
fixedMirrorParent: Identity<HTMLElement>
fixedWeekCount: BooleanConstructor
footerToolbar: Identity<false | ToolbarInput>
forceEventDuration: BooleanConstructor
handleWindowResize: BooleanConstructor
headerToolbar: Identity<false | ToolbarInput>
hiddenDays: Identity<number[]>
initialDate: Identity<DateInput>
initialView: StringConstructor
lazyFetching: BooleanConstructor
listDayFormat: ((input: false | FormatterInput) => DateFormatter)

Type declaration

listDaySideFormat: ((input: false | FormatterInput) => DateFormatter)

Type declaration

locales: Identity<LocaleInput[]>
longPressDelay: NumberConstructor
monthMode: BooleanConstructor
moreLinkClick: Identity<MoreLinkAction>
moreLinkHint: Identity<string | ((this: CalendarApi, num: number) => string)>
moreLinkText: Identity<string | ((this: CalendarApi, num: number) => string)>
navLinkDayClick: Identity<string | ((this: CalendarApi, date: Date, jsEvent: UIEvent) => void)>
navLinkHint: Identity<string | ((...args: any[]) => string)>
navLinkWeekClick: Identity<string | ((this: CalendarApi, weekStart: Date, jsEvent: UIEvent) => void)>
navLinks: BooleanConstructor
nextDayThreshold: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

noEventsText: StringConstructor
nowIndicator: BooleanConstructor
plugins: Identity<PluginDef[]>
progressiveEventRendering: BooleanConstructor
rerenderDelay: NumberConstructor
scrollTime: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

scrollTimeReset: BooleanConstructor
selectAllow: Identity<AllowFunc>
selectConstraint: Identity<ConstraintInput>
selectLongPressDelay: NumberConstructor
selectMinDistance: NumberConstructor
selectMirror: BooleanConstructor
selectOverlap: Identity<boolean | OverlapFunc>
selectable: BooleanConstructor
showNonCurrentDates: BooleanConstructor
slotDuration: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

slotEventOverlap: BooleanConstructor
slotLabelFormat: Identity<FormatterInput | FormatterInput[]>
slotLabelInterval: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

slotMaxTime: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

slotMinTime: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

slotMinWidth: NumberConstructor
snapDuration: ((input: DurationInput, unit?: string) => Duration | null)

Type declaration

startParam: StringConstructor
stickyFooterScrollbar: Identity<boolean | "auto">
stickyHeaderDates: Identity<boolean | "auto">
themeSystem: Identity<string>
timeHint: StringConstructor
timeZone: StringConstructor
timeZoneParam: StringConstructor
titleFormat: Identity<FormatterInput>
titleRangeSeparator: StringConstructor
unselectAuto: BooleanConstructor
unselectCancel: StringConstructor
validRange: Identity<DateRangeInput | ((this: CalendarApi, nowDate: Date) => DateRangeInput)>
viewHeight: Identity<CssDimValue>
viewHint: Identity<string | ((...args: any[]) => string)>
visibleRange: Identity<DateRangeInput | ((this: CalendarApi, currentDate: Date) => DateRangeInput)>
weekNumberCalculation: Identity<WeekNumberCalculation>
weekNumberFormat: ((input: FormatterInput) => DateFormatter)

Type declaration

weekNumbers: BooleanConstructor
weekText: StringConstructor
weekTextLong: StringConstructor
weekends: BooleanConstructor
windowResizeDelay: NumberConstructor

Generated using TypeDoc