UIRouter | ui-router-react
Options
Menu

Hierarchy

Implements

Index

Constructors

  • new UIRouter(props: any, context: any): UIRouter

Properties

context: any
props: { children?: ReactNode; } & P
refs: object

Type declaration

  • [key: string]: ReactInstance

Methods

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

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

    Returns void


  • getChildContext(): object
  • render(): ReactElement<any>
  • setState(f: function, callback?: function): void
  • setState(state: UIRouterState, callback?: function): void
  • Parameters

    Returns void


  • Parameters

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

    Returns void


Object literals

childContextTypes: object
router: Validator<any> = PropTypes.object.isRequired
propTypes: object
children: Validator<any> = PropTypes.element.isRequired
config: Requireable<any> = PropTypes.func
plugins: Requireable<any> = PropTypes.arrayOf(PropTypes.func)
router: Requireable<any> = PropTypes.object
states: Requireable<any> = PropTypes.arrayOf(PropTypes.object)

Generated using TypeDoc