Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Rest ...args: any[]

    Returns Test

  • Parameters

    • Optional props: ITestProps
    • Optional context: any

    Returns Test

Properties

context

context: __type

props

props: P & { children?: ReactNode; }

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

state: __type

Methods

forceUpdate

  • forceUpdate(callBack?: function): void
  • Parameters

    • Optional callBack: function
        • (): any
        • Returns any

    Returns void

render

  • render(): Element

setState

  • setState(f: function, callback?: function): void
  • setState(state: __type, callback?: function): void
  • Parameters

    • f: function
        • Parameters

          Returns __type

    • Optional callback: function
        • (): any
        • Returns any

    Returns void

  • Parameters

    • state: __type
    • Optional callback: function
        • (): any
        • Returns any

    Returns void

Generated using TypeDoc