Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • S

Hierarchy

  • ComponentClass<IProps<T>>
    • IStatic

Index

Constructors

constructor

  • new IStatic(props: IProps<T>, context?: any): Component<IProps<T>, S>
  • Parameters

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

    Returns Component<IProps<T>, S>

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>, S>

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<IProps<T>, S>

Optional propTypes

propTypes: WeakValidationMap<IProps<T>>