Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

  • Parameters

    • props: IProps<T>
    • Optional context: any

    Returns Component<IProps<T>, IState>

Properties

Optional childContextTypes

childContextTypes: ValidationMap<any>

Optional contextType

contextType: Context<any>

Optional contextTypes

contextTypes: ValidationMap<any>

Optional defaultProps

defaultProps: Partial<IProps<T>>

Optional displayName

displayName: undefined | string

Optional getDerivedStateFromError

getDerivedStateFromError: GetDerivedStateFromError<IProps<T>, IState>

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<IProps<T>, IState>

Optional propTypes

propTypes: WeakValidationMap<IProps<T>>