Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Optional props: PrintProps
    • Optional context: any

    Returns PPageSeparator

Properties

context

context: __type

props

props: PrintProps & object

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

Methods

forceUpdate

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

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

    Returns void

render

  • render(): Element
  • Returns Element

setState

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

    Returns void

  • Parameters

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

    Returns void

Generated using TypeDoc