Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • P

  • S

Hierarchy

Index

Constructors

constructor

  • new ComponentClass(props: P, context?: any): Component<P, S>
  • Parameters

    • props: P
    • Optional context: any

    Returns Component<P, S>

Properties

Optional childContextTypes

childContextTypes: ValidationMap<any>

Optional contextType

contextType: Context<any>

Optional contextTypes

contextTypes: ValidationMap<any>

Optional defaultProps

defaultProps: Partial<P>

Optional displayName

displayName: undefined | string

Optional getDerivedStateFromError

getDerivedStateFromError: GetDerivedStateFromError<P, S>

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<P, S>

Optional propTypes

propTypes: WeakValidationMap<P>

Generated using TypeDoc