Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ComponentClass<IProps>
    • IStatic

Index

Constructors

constructor

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

    • props: IProps
    • Optional context: any

    Returns Component<IProps, ComponentState>

Properties

Optional childContextTypes

childContextTypes: ValidationMap<any>

Optional contextTypes

contextTypes: ValidationMap<any>

Optional defaultProps

defaultProps: Partial<IProps>

Optional displayName

displayName: undefined | string

Optional getDerivedStateFromProps

getDerivedStateFromProps: GetDerivedStateFromProps<IProps, any>

Optional propTypes

propTypes: ValidationMap<IProps>