Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base: undefined | Element | Text

context

context: any

dataManager

dataManager: CalendarDataManager

handleData

handleData: (data: CalendarData) => void

Type declaration

props

props: RenderableProps<CalendarDataProviderProps, any>

state

state: Readonly<CalendarData>

Optional Static contextType

contextType: undefined | Context<any>

Optional Static defaultProps

defaultProps: any

Optional Static displayName

displayName: undefined | string

Methods

Optional componentDidCatch

componentDidCatch:

Optional componentDidMount

componentDidMount:

componentDidUpdate

Optional componentWillMount

componentWillMount:

Optional componentWillReceiveProps

componentWillReceiveProps:

Optional componentWillUnmount

componentWillUnmount:

Optional componentWillUpdate

componentWillUpdate:

forceUpdate

  • forceUpdate(callback?: () => void): void
  • Parameters

    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

Optional getChildContext

getChildContext:

Optional getSnapshotBeforeUpdate

getSnapshotBeforeUpdate:

render

setState

  • Type parameters

    • K: "theme" | "options" | "businessHours" | "eventResize" | "eventSources" | "viewTitle" | "calendarApi" | "dispatch" | "emitter" | "getCurrentData" | "localeDefaults" | "calendarOptions" | "toolbarConfig" | "availableRawLocales" | "dateEnv" | "pluginHooks" | "viewSpecs" | "viewSpec" | "viewApi" | "dateProfileGenerator" | "dynamicOptionOverrides" | "currentViewType" | "currentDate" | "dateProfile" | "eventUiBases" | "eventStore" | "renderableEventStore" | "dateSelection" | "eventSelection" | "eventDrag" | "selectionConfig"

    Parameters

    Returns void

Optional shouldComponentUpdate

shouldComponentUpdate:

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc