Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

Type Aliases

ScheduleExtender: ((this: Schedule) => void)

Type declaration

    • Name of JavaScript function to extend the options of the underlying FullCalendar plugin. Access the this schedule widget via the this context, and change the FullCalendar configuration stored in this.cfg. See also ScheduleCfg.extender.

      Parameters

      Returns void

Generated using TypeDoc