Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IComponentClass<T, P>

Type parameters

Hierarchy

  • ComponentClass<P>
    • IComponentClass

Index

Constructors

constructor

  • new IComponentClass(props: any, context?: any): T
  • Parameters

    • props: any
    • Optional context: any

    Returns T

Properties

Optional childContextTypes

childContextTypes: ValidationMap<any>

Optional contextTypes

contextTypes: ValidationMap<any>

Optional defaultProps

defaultProps: Partial<P>

Optional displayName

displayName: undefined | string

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<P, any>

Optional propTypes

propTypes: ValidationMap<P>