Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

base?: Element | Text
buildToolbarProps: any
buildViewContext: any
buildViewPropTransformers: any
calendarInteractions: any
context: ViewContext
debug: boolean
footerRef: any
handleWindowResize: ((ev: UIEvent) => void)

Type declaration

    • (ev: UIEvent): void
    • Parameters

      • ev: UIEvent

      Returns void

headerRef: any
interactionsStore: any
propEquality: EqualityFuncs<CalendarContentProps>
props: RenderableProps<CalendarContentProps, any>
registerInteractiveComponent: ((component: DateComponent<any, Dictionary>, settingsInput: InteractionSettingsInput) => void)

Type declaration

resizeRunner: DelayedRunner
state: { viewLabelId: string }

Type declaration

  • viewLabelId: string
stateEquality: EqualityFuncs<Dictionary>
unregisterInteractiveComponent: ((component: DateComponent<any, Dictionary>) => void)

Type declaration

addPropsEquality: ((this: { prototype: { propEquality: any } }, propEquality: any) => void)

Type declaration

    • (this: { prototype: { propEquality: any } }, propEquality: any): void
    • Parameters

      • this: { prototype: { propEquality: any } }
        • prototype: { propEquality: any }
          • propEquality: any
      • propEquality: any

      Returns void

addStateEquality: ((this: { prototype: { stateEquality: any } }, stateEquality: any) => void)

Type declaration

    • (this: { prototype: { stateEquality: any } }, stateEquality: any): void
    • Parameters

      • this: { prototype: { stateEquality: any } }
        • prototype: { stateEquality: any }
          • stateEquality: any
      • stateEquality: any

      Returns void

contextType: any
defaultProps?: any
displayName?: string

Methods

  • buildAppendContent(): VNode
  • componentDidCatch(error: any, errorInfo: ErrorInfo): void
  • Parameters

    • error: any
    • errorInfo: ErrorInfo

    Returns void

  • componentDidMount(): void
  • Returns void

  • componentWillMount(): void
  • Returns void

  • Parameters

    Returns void

  • componentWillUnmount(): void
  • Returns void

  • Parameters

    Returns void

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

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

    Returns void

  • getChildContext(): object
  • Returns object

  • Returns Element

  • Parameters

    Returns void

  • getDerivedStateFromError(error: any): null | object
  • Parameters

    • error: any

    Returns null | object

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

    • props: object
    • state: object

    Returns null | object

Generated using TypeDoc