Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new TableDowCell(props?: TableDowCellProps, context?: any): TableDowCell

Properties

base?: Element | Text
context: ViewContext
debug: boolean
propEquality: EqualityFuncs<TableDowCellProps>
props: RenderableProps<TableDowCellProps, any>
state: Readonly<Dictionary>
stateEquality: EqualityFuncs<Dictionary>
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

  • componentDidCatch(error: any, errorInfo: ErrorInfo): void
  • componentDidMount(): void
  • componentDidUpdate(previousProps: Readonly<TableDowCellProps>, previousState: Readonly<Dictionary>, snapshot: any): void
  • componentWillMount(): void
  • componentWillReceiveProps(nextProps: Readonly<TableDowCellProps>, nextContext: any): void
  • componentWillUnmount(): void
  • componentWillUpdate(nextProps: Readonly<TableDowCellProps>, nextState: Readonly<Dictionary>, nextContext: any): void
  • forceUpdate(callback?: (() => void)): void
  • getChildContext(): object
  • getSnapshotBeforeUpdate(oldProps: Readonly<TableDowCellProps>, oldState: Readonly<Dictionary>): any
  • shouldComponentUpdate(nextProps: TableDowCellProps, nextState: Dictionary): boolean
  • getDerivedStateFromError(error: any): null | object
  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc