Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base: undefined | Element | Text

context

context: ViewContext

debug

debug: boolean

normalizeClassNames

normalizeClassNames: (generator: ClassNamesGenerator<DayCellContentArg>, hookProps: DayCellContentArg) => string[]

Type declaration

propEquality

propEquality: EqualityFuncs<DayCellRootProps>

props

props: RenderableProps<DayCellRootProps, any>

refineHookProps

refineHookProps: (arg: DayCellHookPropsInput) => DayCellContentArg

Type declaration

    • (arg: DayCellHookPropsInput): DayCellContentArg
    • Parameters

      • arg: DayCellHookPropsInput

      Returns DayCellContentArg

state

state: Readonly<Record<string, any>>

stateEquality

stateEquality: EqualityFuncs<Record<string, any>>

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:

Optional componentDidMount

componentDidMount:

Optional componentDidUpdate

componentDidUpdate:

Optional componentWillMount

componentWillMount:

Optional componentWillReceiveProps

componentWillReceiveProps:

Optional componentWillUnmount

componentWillUnmount:

Optional componentWillUpdate

componentWillUpdate:

forceUpdate

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

Optional getChildContext

getChildContext:

Optional getSnapshotBeforeUpdate

getSnapshotBeforeUpdate:

render

setState

  • setState<K>(state: null | Partial<Record<string, any>> | ((prevState: Readonly<Record<string, any>>, props: Readonly<DayCellRootProps>) => null | Partial<Record<string, any>> | Pick<Record<string, any>, K>) | Pick<Record<string, any>, K>, callback?: () => void): void
  • Type parameters

    • K: string

    Parameters

    • state: null | Partial<Record<string, any>> | ((prevState: Readonly<Record<string, any>>, props: Readonly<DayCellRootProps>) => null | Partial<Record<string, any>> | Pick<Record<string, any>, K>) | Pick<Record<string, any>, K>
    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: DayCellRootProps, nextState: Record<string, any>): boolean

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc