UIView | ui-router-react
Options
Menu

Hierarchy

Implements

Index

Constructors

  • Parameters

    • props: Optional  UIViewProps
    • context: Optional  any

    Returns UIView


  • Parameters

    • ...args: Rest  any[]

    Returns UIView


Properties

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

Type declaration

  • [key: string]: ReactInstance
removeHook: Function
uiViewAddress: UIViewAddress
uiViewData: ActiveUIView

Methods

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

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

    Returns void


  • getChildContext(): object
  • registerUiCanExitHook(stateName: string): void
  • render(): ReactElement<Object>
  • setState(f: function, callback?: function): void
  • setState(state: UIViewState, callback?: function): void
  • Parameters

    Returns void


  • Parameters

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

    Returns void


  • viewConfigUpdated(newConfig: ReactViewConfig): void
  • View config updated callback

Object literals

state: object
component: string = "div"
loaded: boolean = false
props: object

Type declaration

childContextTypes: object
parentUIViewAddress: Requireable<any> = PropTypes.object
contextTypes: object
parentUIViewAddress: Requireable<any> = PropTypes.object
router: Requireable<any> = PropTypes.object
propTypes: object
className: Requireable<any> = PropTypes.string
name: Requireable<any> = PropTypes.string
style: Requireable<any> = PropTypes.object

Generated using TypeDoc