Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • ComponentClass<IProps<I>>
    • IStatic

Index

Constructors

constructor

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

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

    Returns Component<IProps<I>, ComponentState>

Properties

Optional childContextTypes

childContextTypes: ValidationMap<any>

Optional contextTypes

contextTypes: ValidationMap<any>

Optional defaultProps

defaultProps: Partial<IProps<I>>

Optional displayName

displayName: undefined | string

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<IProps<I>, any>

Optional propTypes

propTypes: ValidationMap<IProps<I>>