Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BaseComponent<CalendarRootProps, CalendarRootState>
    • CalendarRoot

Index

Constructors

constructor

  • new CalendarRoot(props?: CalendarRootProps, context?: any): CalendarRoot

Properties

Optional base

base: undefined | Element | Text

context

context: ViewContext

debug

debug: boolean

handleAfterPrint

handleAfterPrint: () => void

Type declaration

    • (): void
    • Returns void

handleBeforePrint

handleBeforePrint: () => void

Type declaration

    • (): void
    • Returns void

propEquality

propEquality: EqualityFuncs<CalendarRootProps>

props

props: RenderableProps<CalendarRootProps, any>

state

state: { forPrint: boolean }

Type declaration

  • forPrint: boolean

stateEquality

stateEquality: EqualityFuncs<CalendarRootState>

Static addPropsEquality

addPropsEquality: (propEquality: any) => void

Type declaration

    • (propEquality: any): void
    • Parameters

      • propEquality: any

      Returns void

Static addStateEquality

addStateEquality: (stateEquality: any) => void

Type declaration

    • (stateEquality: any): void
    • Parameters

      • stateEquality: any

      Returns void

Static contextType

contextType: any

Optional Static defaultProps

defaultProps: any

Optional Static displayName

displayName: undefined | string

Methods

Optional componentDidCatch

componentDidCatch:

componentDidMount

  • componentDidMount(): void
  • Returns void

Optional componentDidUpdate

componentDidUpdate:

Optional componentWillMount

componentWillMount:

Optional componentWillReceiveProps

componentWillReceiveProps:

componentWillUnmount

  • componentWillUnmount(): void
  • Returns void

Optional componentWillUpdate

componentWillUpdate:

forceUpdate

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

Optional getChildContext

getChildContext:

Optional getSnapshotBeforeUpdate

getSnapshotBeforeUpdate:

render

setState

  • setState<K>(state: null | ((prevState: Readonly<CalendarRootState>, props: Readonly<CalendarRootProps>) => null | Pick<CalendarRootState, K> | Partial<CalendarRootState>) | Pick<CalendarRootState, K> | Partial<CalendarRootState>, callback?: () => void): void
  • Type parameters

    • K: "forPrint"

    Parameters

    • state: null | ((prevState: Readonly<CalendarRootState>, props: Readonly<CalendarRootProps>) => null | Pick<CalendarRootState, K> | Partial<CalendarRootState>) | Pick<CalendarRootState, K> | Partial<CalendarRootState>
    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: CalendarRootProps, nextState: CalendarRootState): boolean

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc