UISref | ui-router-react
Options
Menu

Hierarchy

Implements

Index

Constructors

  • Parameters

    • props: Optional  UISrefProps
    • context: Optional  any

    Returns UISref


  • Parameters

    • ...args: Rest  any[]

    Returns UISref


Properties

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

Type declaration

  • [key: string]: ReactInstance
state: any

Methods

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

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

    Returns void


  • getOptions(): any
  • handleClick(e: any): void
  • render(): DOMElement<any, Element>
  • setState(f: function, callback?: function): void
  • setState(state: any, callback?: function): void
  • Parameters

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

    Returns void


  • Parameters

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

    Returns void


Object literals

contextTypes: object
parentUIViewAddress: Requireable<any> = PropTypes.object
parentUiSrefActiveAddStateInfo: Requireable<any> = PropTypes.func
router: Requireable<any> = PropTypes.object
propTypes: object
children: Validator<any> = PropTypes.element.isRequired
className: Requireable<any> = PropTypes.string
options: Requireable<any> = PropTypes.object
params: Requireable<any> = PropTypes.object
to: Validator<any> = PropTypes.string.isRequired

Generated using TypeDoc