Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base?: Element | Text

context

context: any

dataManager

dataManager: CalendarDataManager

handleData

handleData: (data: CalendarData) => void

Type declaration

props

props: RenderableProps<CalendarDataProviderProps, any>

state

state: Readonly<CalendarData>

Static Optional contextType

contextType?: Context<any>

Static Optional defaultProps

defaultProps?: any

Static Optional displayName

displayName?: string

Methods

Optional componentDidCatch

  • componentDidCatch(error: any, errorInfo: any): void

Optional componentDidMount

  • componentDidMount(): void

componentDidUpdate

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

Optional componentWillUnmount

  • componentWillUnmount(): void

Optional componentWillUpdate

forceUpdate

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

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

    Returns void

Optional getChildContext

  • getChildContext(): object

Optional getSnapshotBeforeUpdate

render

setState

Optional shouldComponentUpdate

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object

Static Optional getDerivedStateFromProps

  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc