Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • S

Hierarchy

  • ComponentClass<IProps>
    • IStatic

Index

Constructors

constructor

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

    • props: IProps
    • Optional context: any

    Returns Component<IProps, S>

Properties

Optional childContextTypes

childContextTypes: ValidationMap<any>

Optional contextType

contextType: Context<any>

Optional contextTypes

contextTypes: ValidationMap<any>

Optional defaultProps

defaultProps: Partial<IProps>

Optional displayName

displayName: undefined | string

Optional getDerivedStateFromError

getDerivedStateFromError: GetDerivedStateFromError<IProps, S>

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<IProps, S>

Optional propTypes

propTypes: WeakValidationMap<IProps>