Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFullScreenStatic

Hierarchy

  • IScreenComponentClass<IProps>
    • IFullScreenStatic

Index

Constructors

constructor

  • new IFullScreenStatic(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>

Optional screenName

screenName: undefined | string